From 72afb4c6052875e0220142267b8db2dfd929d4af Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 14 May 2010 17:53:14 -0400 Subject: Try to clear up that uid is a number, not the login name --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 06524a2b..f8783eca 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -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', -- cgit