Changeset 767 for pykota/trunk
- Timestamp:
- 02/08/03 23:20:01 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r766 r767 17 17 # 18 18 # $Log$ 19 # Revision 1.15 2003/02/08 22:20:01 jalet 20 # Clarification on why we don't check with /etc/passwd to see if the user 21 # name is valid or not. 22 # 19 23 # Revision 1.14 2003/02/08 22:18:15 jalet 20 24 # Now checks user and group names for validity before adding them … … 198 202 # not found 199 203 if options["add"] : 204 # In case we want to add something, it is crucial 205 # that we DON'T check with the system accounts files 206 # like /etc/passwd because users may be defined 207 # only remotely 200 208 if options["users"] : 201 209 if self.isValidName(name) :