Operating System - HP-UX
1834650 Members
2212 Online
110069 Solutions
New Discussion

Password Authorization Number on HP-UX11iv2

 
ballans
Advisor

Password Authorization Number on HP-UX11iv2

Hello all,
I'm running now on a HP-UX11iv2 server (trusted system).
Before, when I was a HP-UX 10.20 system (also trusted system), when I created a new account, the system generated a PAN (Password Authorization Number) for the initial user's password. This is means that the password was composed only with numbers (like 281 for example).
With my new server, I don't know how to configure the system to generate a number in place of a random word...I put the same parameters on the "system trusted policies" of my user templates, but it generates a password with letters...

Do I have to configure an option in another place to do that ? I find this PAN very useful...

Thanks in advance for your help
herve

FYI, this is an extract of my /var/sam/ug/templates/ts file :
UG_TS_UT {
UG_TS_UT_TITLE = "biblio";
UG_TS_UT_DESC = "70 - Bibliotheque";
UG_TS_UT_HDPATH = "/users";
UG_TS_UT_SUP = "/usr/bin/ksh";
UG_TS_UT_PGRP = "biblio";
UG_TS_UT_ALTSTR = "-1";
UG_TS_UT_BOOTSU = "NO";
UG_TS_UT_PWDFSGP = "DFT";
UG_TS_UT_PWDFSGC = "DFT";
UG_TS_UT_PWDFSGL = "YES";
UG_TS_UT_PWDFUSP = "DFT";
UG_TS_UT_PWDFERR = "DFT";
UG_TS_UT_PWDFNUL = "DFT";
UG_TS_UT_PWDFLEN = -1;
UG_TS_UT_PGID = 270;
UG_TS_UT_UIDVAL1 = 500;
UG_TS_UT_UIDVAL2 = NULL;
UG_TS_UT_LOGENV = NULL;
UG_TS_UT_UIDMETH = 2;
UG_TS_UT_INCCOM = 1;
UG_TS_UT_ACCACT = 1;
UG_TS_UT_ALTTYPE = 1;
UG_TS_UT_ACCLFTM = -1;
UG_TS_UT_MAXPOI = -1;
UG_TS_UT_UNSUCLT = -1;
UG_TS_UT_PWDAGING = -1;
UG_TS_UT_PWDTBC = -1;
UG_TS_UT_PWDEXPT = -1;
UG_TS_UT_PWDWARN = -1;
UG_TS_UT_PWDLFTM = -1;
UG_TS_UT_PWDOPT = 1;
UG_TS_UT_CRHD = 1;
UG_TS_UT_PSD = 1;
};