Coda Distributed File System
Variables
pwdtopdbtool Namespace Reference

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:]
 

Variable Documentation

◆ fullname

pwdtopdbtool.fullname

◆ gid

pwdtopdbtool.gid = int(gid)

◆ group

pwdtopdbtool.group

◆ groupowner

string pwdtopdbtool.groupowner = "System"

◆ groupownid

int pwdtopdbtool.groupownid = 777

◆ members

pwdtopdbtool.members = line.split()[2:]

◆ name

pwdtopdbtool.name

◆ names

dictionary pwdtopdbtool.names = {}

◆ oldgroups

string pwdtopdbtool.oldgroups = "/vice/db/group.coda"

◆ oldusers

string pwdtopdbtool.oldusers = "/vice/db/user.coda"

◆ pdbtool

pwdtopdbtool.pdbtool = os.popen("pdbtool", "w")

◆ uid

dictionary pwdtopdbtool.uid = names[user]

◆ x

pwdtopdbtool.x

◆ y

pwdtopdbtool.y