[OpenAFS] How do I print the list of user names
Sanjay Dharmavaram
sd282@cornell.edu
Sat, 23 Sep 2006 19:01:09 -0400
Thank you for the info. But I must clarify that the user id's were
created using "uss add" in which one also enters the "full name". Is
there any way to extract the information of the login name with the full
name for an account?
Sanjay.
Chris Huebsch wrote:
> On Sat, 23 Sep 2006, Sanjay Dharmavaram wrote:
>
>> What's the command in AFS to print out a list of user logins along
>> with their Names?
>
> The protection server only stores usernames (one would say login) and
> userids. You can fetch them with "pts listentries -users".
>
> You will see a list looking like that:
>
> Name ID Owner Creator
> anonymous 32766 -204 -204
> admin 1 -204 32766
> chu 600 -204 500
> xxxxxxxx 1002 -204 1
> yyyyyyyy 1001 -204 1
> .....
>
> The kaserver maintains actually almost the same information. AFS does not
> store meta information like home directory or gecos-field.
>
>
> Chris