1828359 Members
3178 Online
109976 Solutions
New Discussion

Re: System Login Flow

 
Art Wiens
Respected Contributor

System Login Flow

I'm having a bit of trouble understanding which command procedures get called/run when a user logs in. Reading System Manager's Essentials, it says:

"System checks whether SYS$LOGIN is defined.

If SYS$LOGIN is defined, the logical name is translated (in the case of DCL, to SYS$MANAGER:SYLOGIN.COM) and that procedure executes. If SYS$SYLOGIN is not defined, no system login is run."

But SYS$LOGIN does not translate to that, it translates to the user's home directory.

I do have SYS$SYLOGIN defined, but it translates to SYS$MANAGER:SYS$SYLOGIN.COM (custom I'm sure).

The trouble is, there also is a SYLOGIN.COM which would appear to run as well ... trying to figure out how it gets invoked.

Or does the above statement just have too many words (if you leave out the "in the case of DCL") .. if SYS$LOGIN is defined, then it executes SYS$MANAGER:SYLOGIN.COM ?

Obviously I'm missing something (again)!

Cheers,
Art
5 REPLIES 5
Heinz W Genhart
Honored Contributor

Re: System Login Flow

Hi Art

Sys$login is the logical name for a users login directory.

Sys$sylogin, if defined, is the logical name for the system-wide login procedure, which is normaly sys$manager:sylogin.com

If sys$sylogin is undefined, the system executes sys$manager:sylogin.com as well.

The protection of those files may also be important (W:RE)

hope that helps

regards

Geni
Shankar Bose
Advisor

Re: System Login Flow

See

http://h71000.www7.hp.com/doc/73final/6017/6017pro_014.html


Shankar

********************************************
Wim Van den Wyngaert
Honored Contributor

Re: System Login Flow

It's a documentation error. And an old one.

Wim
Wim
Art Wiens
Respected Contributor

Re: System Login Flow

It's still in the v8.3 manual!!
Wim Van den Wyngaert
Honored Contributor

Re: System Login Flow

And also in the 7.3 manual.

Wim
Wim