mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Try to clear up that uid is a number, not the login name
This commit is contained in:
parent
4a0b38a8ec
commit
72afb4c605
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user