Coda Distributed File System
Namespaces | Variables
pwdtopdbtool.py File Reference

Namespaces

namespace  pwdtopdbtool
 

Variables

string pwdtopdbtool.groupowner = "System"
 
int pwdtopdbtool.groupownid = 777
 
string pwdtopdbtool.oldusers = "/vice/db/user.coda"
 
string pwdtopdbtool.oldgroups = "/vice/db/group.coda"
 
 pwdtopdbtool.pdbtool = os.popen("pdbtool", "w")
 
dictionary pwdtopdbtool.names = {}
 
 pwdtopdbtool.name
 
 pwdtopdbtool.x
 
 pwdtopdbtool.uid = names[user]
 
 pwdtopdbtool.y
 
 pwdtopdbtool.fullname
 
 pwdtopdbtool.group
 
 pwdtopdbtool.gid = int(gid)
 
 pwdtopdbtool.members = line.split()[2:]