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