Hello, I'm a simple afs user and I want to create a group. If I try :
# pts creategroup user1:mygroup that works fine... but I use cross realm. I open a session with user1@myrealm : # fs listacl /afs/mycell/user1 ... system:administrators rlidwka user1 rlidwka user1@mycell rlidwka ... If I try : # kinit user1@MYCELL # aklog # klist Ticket cache: FILE:/tmp/krb5cc_1000 Default principal: user1@MYCELL ... # tokens Tokens held by the Cache Manager: User's (AFS ID 2489366) tokens for afs@mycell [Expires Sep 10 23:24] ... # pts creategroup user1@mycell:mygroup I get this error : pts: Badly formed name (group prefix doesn't match owner?) ; unable to create group user1@mycell Any ideas ? Thanks, JM
