Please don't post this to openafs-win32-devel; this doesn't have anything to do with developing OpenAFS on windows.
On Wed, 9 Jan 2013 10:16:25 +0800 (CST) 杭友春 <[email protected]> wrote: > HI > When I do > fs setacl /afs system:anyuser rl > it tells me : > fs:You don't have the required access rights on '/afs' > I know I have no right.But how can I get the access right? You need to have AFS tokens as an AFS administrator. Run 'kinit' and 'aklog' before running 'fs setacl /afs system:anyuser rl'. This is shown in http://www.ibm.com/developerworks/opensource/library/os-openafs-kerberos5/index.html in 'Listing 24' and 'Listing 25'. I don't know why it lists that after 'Listing 23'; I think that's a mistake. -- Andrew Deason [email protected] _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
