1830239 Members
1711 Online
109999 Solutions
New Discussion

a problem on user login

 
SOLVED
Go to solution
Davor_7
Regular Advisor

a problem on user login

i create a new account named test01(NODISUSER),and have set a default directory for him, but it cannot login(error: Logins are currently disabled; try again later). another account(wwww) is ok.
here are the parameters, pls help me to check the reason, thanks:

$ dir test01/full

Directory USERS:[VMS]

TEST01.DIR;1 File ID: (1562,39,0)
Size: 1/9 Owner: [VMS,TEST01]
Created: 13-SEP-2005 14:30:32.10
Revised: 13-SEP-2005 14:53:24.08 (1)
Expires:
Backup:
Effective:
Recording:
File organization: Sequential
Shelved state: Online
File attributes: Allocation: 9, Extend: 0, Global buffer count: 0, No default version limit, Contiguous, Directory file
Record format: Variable length, maximum 512 bytes, longest 512 bytes
Record attributes: No carriage control, Non-spanned
RMS attributes: None
Journaling enabled: None
File protection: System:RWE, Owner:RWE, Group:RE, World:E
Access Cntrl List: None

UAF> sh wwww/full

Username: WWWW Owner: Davor
Account: UIC: [30,31] ([VMS,WWWW])
CLI: DCL Tables: DCLTABLES
Default: USERS:[VMS.WWWW]
LGICMD: LOGIN
Flags: DisMail
Primary days: Mon Tue Wed Thu Fri
Secondary days: Sat Sun
No access restrictions
Expiration: (none) Pwdminimum: 8 Login Fails: 0
Pwdlifetime: 30 00:00 Pwdchange: 2-SEP-2005 15:43
Last Login: 13-SEP-2005 14:53 (interactive), 29-AUG-2005 20:09 (non-interactive)
Maxjobs: 0 Fillm: 300 Bytlm: 200000
Maxacctjobs: 0 Shrfillm: 0 Pbytlm: 0
Maxdetach: 0 BIOlm: 300 JTquota: 0
Prclm: 2 DIOlm: 300 WSdef: 4096
Prio: 4 ASTlm: 500 WSquo: 8092
Queprio: 0 TQElm: 300 WSextent: 8092
CPU: (none) Enqlm: 200 Pgflquo: 250000
Authorized Privileges:
DIAGNOSE NETMBX READALL SETPRV TMPMBX
Default Privileges:
DIAGNOSE NETMBX OPER READALL TMPMBX

UAF> sh test01/full

Username: TEST01 Owner: Davor
Account: 10698059 UIC: [30,101] ([VMS,TEST01])
CLI: DCL Tables: DCLTABLES
Default: USERS:[VMS.TEST01]
LGICMD: LOGIN
Flags: DisMail
Primary days: Mon Tue Wed Thu Fri
Secondary days: Sat Sun
No access restrictions
Expiration: (none) Pwdminimum: 8 Login Fails: 2
Pwdlifetime: 90 00:00 Pwdchange: 13-SEP-2005 14:27
Last Login: (none) (interactive), (none) (non-interactive)
Maxjobs: 0 Fillm: 300 Bytlm: 60000
Maxacctjobs: 0 Shrfillm: 0 Pbytlm: 0
Maxdetach: 0 BIOlm: 40 JTquota: 0
Prclm: 15 DIOlm: 500 WSdef: 1024
Prio: 4 ASTlm: 40 WSquo: 10240
Queprio: 0 TQElm: 40 WSextent: 20480
CPU: (none) Enqlm: 2000 Pgflquo: 160000
Authorized Privileges:
NETMBX TMPMBX
Default Privileges:
NETMBX TMPMBX
13 REPLIES 13
Bojan Nemec
Honored Contributor

Re: a problem on user login

Davor,

Check SET LOGINS/INTERACTIVE. User WWWW has OPER priviledge and hi can login if logins are disabled or the maximum is reached.


Bojan
Davor_7
Regular Advisor

Re: a problem on user login

Hi Bojan

there's no problem on interaction login number. because user WWWW can login interactively with the same terminal dialog box.
Bojan Nemec
Honored Contributor
Solution

Re: a problem on user login

Davor,

Operators (that who have OPER privilege) can login if logins are disabled because is supposed they must manage the system (queues etc...). Normal users (without OPER privilege) can not login.
In yours case WWWW has OPER privilege and TEST01 has no OPER privilege.

Bojan
Ian Miller.
Honored Contributor

Re: a problem on user login

Do
$ MCR SYSGEN SHOW IJOBLIM
to check the current limit.
____________________
Purely Personal Opinion
Davor_7
Regular Advisor

Re: a problem on user login

WOW~ COOL!
it works :)
Davor_7
Regular Advisor

Re: a problem on user login

after i add a OPER default privilege for this a/c

it works~

closed

thanks!
Davor_7
Regular Advisor

Re: a problem on user login

Miller

i think that's not the problem about current limit number
thanks all the same
Bojan Nemec
Honored Contributor

Re: a problem on user login

Davor,

The right way is to modify the limit not to add privileges to users.

Bojan
Davor_7
Regular Advisor

Re: a problem on user login

oh?
how to modify it ?
Bojan Nemec
Honored Contributor

Re: a problem on user login

Davor,

First see SET LOGINS/INTERACTIVE this will display a line like this:
%SET-I-INTSET, login interactive limit = , current interactive value =

is the limit and
is the current value

If >= you can not login as normal user (OPER privilege needed).
You modify the value with SET LOGINS/INTERACTIVE=

where is the new interactive limit. This command modifies the IJOBLIM parameter mentioned by Ian.

You can modify the limit in yours SYS$MANAGER:SYSTARTUP_VMS.COM with adding a line:

$ STARTUP$INTERACTIVE_LOGINS ==

where is the number of interactive logins.

Bojan
Davor_7
Regular Advisor

Re: a problem on user login

oh! great!

thank you very much !!!!!

:p
Jan van den Ende
Honored Contributor

Re: a problem on user login

Davor,

from your Forum Profile:


I have assigned points to 24 of 70 responses to my questions.


Maybe you can find some time to do some assigning?

Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!

To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption â My Question(s)â you will find â questions or topics with unassigned points â Clicking that will give all, and only, your questions that still have unassigned postings.

Thanks on behalf of your Forum colleagues.

PS. â nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before â please do not take offence â none is intended!

PS2.
You can also re-open a thread, assign points, and close it again.

Proost.

Have one on me.

Jan
Don't rust yours pelled jacker to fine doll missed aches.
Davor_7
Regular Advisor

Re: a problem on user login

thanks Jan

i can spend sometime to do it next week :)