Operating System - HP-UX
1753854 Members
7452 Online
108808 Solutions
New Discussion юеВ

Re: username truncated to 8 characters

 
SOLVED
Go to solution
Ross W
Advisor

username truncated to 8 characters

Hi,

I have several HPUX 11.11 servers, all of them configured with integration to windows active directory for authentication of users.

One of the servers truncates usernames to 8 characters. This prevents tools like sudo from working.

I have tried the server in TCB mode and it makes no difference.

If anyone has any suggestions I would appreciate it.

Regards
Ross
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: username truncated to 8 characters

Shalom Ross,

Only one of the servers truncates user name like tat.

The all should.

HP-UX supports integration into windows ADS domains, but in principle ignores user name characters beyond number 8.

Whatever integration is being used, ADS, DOMAIN is probably the root cause of this problem.

There are probably clues in the /var/adm/syslog/syslog.log file.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Yogeeraj_1
Honored Contributor

Re: username truncated to 8 characters

hi Ross,

As mentioned by SEP above, if the HP-UX servers are similar, you should all behave similarly.

there may be something specific on the server where you have encountered the problem.

You may also get some clues in the SUDO log files. (the default logfile is found at /var/run/sudo/sudo.log)


revert

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Ross W
Advisor

Re: username truncated to 8 characters

It's weird because this server is behaving differently to the rest.

As you can see from this output, the broken server (server1) chops the end of the username

Beveridg@server1(beveridger)> id
uid=10183(Beveridg) gid=10000(AdmsUnix)

BeveridgeR@server2(beveridger)> id
uid=10183(BeveridgeR) gid=10000(AdmsUnix)

The only error output is this in the syslog:-

Mar 18 15:55:19 server1 sudo: Beveridg : pam_authenticate: No account present for user ; TTY=pts/5 ; PWD=/home/beveridger ; USER=root ; COMMAND=/usr/bin/su -

Ian Kidd_1
Trusted Contributor
Solution

Re: username truncated to 8 characters

Are you sure the servers are EXACTLY the same? On the systems that are working, is there possibly a file named "I_ACCEPT_RESPONSIBILITY_FOR_BYPASSING_SECURITY_CHECKS". in /etc/default?

if so, search the knowledge base for KBRC00003778. The following link also provides some info regarding usernames longer than 8 characters:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=110703

hope this applies to your situation
If at first you don't succeed, go to the ITRC
Ross W
Advisor

Re: username truncated to 8 characters

Thanks Ian - I was missing patch
PHCO_33215 1.0 libpam_unix cumulative patch
which was installed on the other servers
Ross W
Advisor

Re: username truncated to 8 characters

Unfortunately the patches did not fix the problem.

None of the servers have the "I_ACCEPT_RESPONSIBILITY_FOR_BYPASSING_SECURITY_CHECKS" file which is mentioned on other forums, so that can't be the cause of the problem.

Ross
Ross W
Advisor

Re: username truncated to 8 characters

Looks like there are no GOLD release patches installed on this server.

Fingers crossed that the problem will be gone after the gold release patches are installed.
Ross W
Advisor

Re: username truncated to 8 characters

Just install the latest gold release patches and the problem will disappear.