[OpenAFS] Manually Creating Cross Realm Users

Derrick J Brashear shadow@dementia.org
Thu, 24 Jul 2003 10:59:36 -0400 (EDT)


On Wed, 23 Jul 2003, Chris McClimans wrote:

> Can anyone explain why manually creating crossrealm users does not work
> in the either of the following methods. It seems to work fine if I
> allow aklog to automatically create the user (and UID) and add them to
> the crossrealm group.
>
> $ pts listmax
> Max user id is 5000000 and max group id is -211.
> $ pts createuser -name crossrealmuser@ttu.edu -id 1004
> pts: argument illegal or out of range ; unable to create user
> crossrealmuser@ttu.edu with id 1004

you want this, and you don't get to specify an id in this range.
"foreign" pts users get high bit(s) set to indicate they're foreign, iirc,
but in any case begin with a high number and count up by some greater than
1 number.

pts createuser -name crossrealmuser@ttu.edu


> $ pts createuser -name crossrealmuser -id 1004 -cell ttu.edu
> libprot: Could not locate cell ttu.edu in /etc/openafs/CellServDB

this doesn't mean what you want.