projects
/
public
/
pyceo-broken.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec08d43
)
Docstring update: fixed exception list of accounts.create()
author
Michael Spang
<mspang@uwaterloo.ca>
Sun, 28 Jan 2007 07:01:46 +0000
(
02:01
-0500)
committer
Michael Spang
<mspang@uwaterloo.ca>
Sun, 28 Jan 2007 07:01:46 +0000
(
02:01
-0500)
pylib/csc/adm/accounts.py
patch
|
blob
|
history
diff --git
a/pylib/csc/adm/accounts.py
b/pylib/csc/adm/accounts.py
index
d0b2c87
..
52eeb99
100644
(file)
--- a/
pylib/csc/adm/accounts.py
+++ b/
pylib/csc/adm/accounts.py
@@
-485,7
+485,6
@@
def create_group(groupname, minimum_id=None, maximum_id=None, description=''):
description - description LDAP attribute
Exceptions:
- GroupExists - when the group name conflicts with an existing group
NoAvailableIDs - when the ID range is exhausted
GroupException - when not connected
LDAPException - on LDAP failure