Better docs for users/groups
parent
b4274253d5
commit
207fa5de49
|
|
@ -108,13 +108,13 @@ $nl
|
||||||
{ $subsections all-group-names }
|
{ $subsections all-group-names }
|
||||||
"Checking if a group exists:"
|
"Checking if a group exists:"
|
||||||
{ $subsections group-exists? }
|
{ $subsections group-exists? }
|
||||||
"Real groups:"
|
"Querying/setting the current real group:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
real-group-name
|
real-group-name
|
||||||
real-group-id
|
real-group-id
|
||||||
set-real-group
|
set-real-group
|
||||||
}
|
}
|
||||||
"Effective groups:"
|
"Querying/setting the current effective group:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
effective-group-name
|
effective-group-name
|
||||||
effective-group-id
|
effective-group-id
|
||||||
|
|
|
||||||
|
|
@ -116,13 +116,13 @@ $nl
|
||||||
{ $subsections all-user-names }
|
{ $subsections all-user-names }
|
||||||
"Checking if a user exists:"
|
"Checking if a user exists:"
|
||||||
{ $subsections user-exists? }
|
{ $subsections user-exists? }
|
||||||
"Real user:"
|
"Querying/setting the current real user:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
real-user-name
|
real-user-name
|
||||||
real-user-id
|
real-user-id
|
||||||
set-real-user
|
set-real-user
|
||||||
}
|
}
|
||||||
"Effective user:"
|
"Querying/setting the current effective user:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
effective-user-name
|
effective-user-name
|
||||||
effective-user-id
|
effective-user-id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue