On Tue, 25 Aug 2015 15:59:18 -0500, Mark Zelden wrote:
>
>Do you have a /etc/ualiastable defined?   I need that on two LPARs, but all 
>that is in there
>is 
>
>NAME1 name1
>NAME2 name2  
>NAME3 name3
>...
> 
We haven't.  Does LDAP or some connectivity product make that a requirement
for you?

>So if I did /cd/NAME1   it would mount /u/name1
>
Do you mean "cd ~NAME1"?  But I thought tilde expansion is case-insensitive:

user@OS/390.24.00: echo ~larry
/u/larry
user@OS/390.24.00: echo ~Larry
/u/larry
user@OS/390.24.00: echo ~LARRY
/u/larry

...  all give the same result, even absent an alias table.  (I'm guessing) the 
user
name lookup in the OMVS segment by getuid() is case-insensitive for the key; the
result is always returned as-is.  chdir() is purely case-sensitive.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to