Try to clear up that uid is a number, not the login name

This commit is contained in:
Rob Crittenden 2010-05-14 17:53:14 -04:00
parent 4a0b38a8ec
commit 72afb4c605

View File

@ -99,7 +99,7 @@ class user(LDAPObject):
Int('uidnumber?',
cli_name='uid',
label=_('UID'),
doc=_('UID (use this option to set it manually)'),
doc=_('User ID Number (system will assign one if not provided)'),
),
Str('street?',
cli_name='street',