Changeset 767

Show
Ignore:
Timestamp:
02/08/03 23:20:01 (21 years ago)
Author:
jalet
Message:

Clarification on why we don't check with /etc/passwd to see if the user
name is valid or not.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r766 r767  
    1717# 
    1818# $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# 
    1923# Revision 1.14  2003/02/08 22:18:15  jalet 
    2024# Now checks user and group names for validity before adding them 
     
    198202                    # not found 
    199203                    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 
    200208                        if options["users"] : 
    201209                            if self.isValidName(name) :