Class to manage passwd-style files
Located in Program_Root/Passwd.php (line 35)
Constructor File_Passwd (line 91)
Constructor
Requires the name of the passwd file. This functions opens the file and read it. Changes to this file will written first in the lock file, so it is still possible to access the passwd file by another programs. The lock parameter controls the locking oft the lockfile, not of the passwd file! (Swapping $lock and $lockfile would break BC). Don't forget to call close() to save changes!
addUser (line 131)
Adds a user
close (line 211)
Writes changes to passwd file and unlocks it
delUser (line 171)
Deletes a user
factory (line 288)
Factory for new extensions
getCvsUser (line 267)
Get the CVS username
isLocked (line 256)
Determine if lockfile is locked
listUsers (line 202)
Return all users from passwd file
lock (line 233)
Lock the lockfile
modUser (line 152)
Modifies a user
unlock (line 244)
Unlock the lockfile
verifyPassword (line 189)
Verifies a user's password
Documention generated on Sat, 20 Sep 2003 16:14:42 +0200 by phpDocumentor 1.2.1