[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::pwv50ift

Title:Kit: Note 4229; Please use NOTED::PWDOSWIN5 for V4.x server
Notice:Kit: Note 4229; Please use NOTED::PWDOSWIN5 for V4.x server
Moderator:CPEEDY::KENNEDY
Created:Fri Dec 18 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:4319
Total number of notes:18478

4134.0. "Single Signon" by BALTMD::GLOCK () Thu Jan 30 1997 17:30

    I am trying to do the Single Signon and am having trouble.
    
    BALTMD_Karl> sho log *sign*/full
    
    (LNM$SYSTEM_TABLE)      [kernel]  [shareable,system]
                            [Protection=(RWC,RWC,R,R)] 
    [Owner=[SYS,SYSTEM]]
    
      "SYS$SINGLE_SIGNON" [exec] = "1"
    
    BALTMD_Karl> sho log/full *acme*
    
    (LNM$SYSTEM_TABLE)      [kernel]  [shareable,system]
                            [Protection=(RWC,RWC,R,R)] 
    [Owner=[SYS,SYSTEM]]
    
      "PWRK$ACME_MODULE" [exec] = "SYS$SHARE:PWRK$ACME_MODULE_ALPHA.EXE"
    
    I set the EXTAUTH flag on my account and cannot login whether or not I
    use my VMS password, my WNT Domain password, or if I change the to be
    the same it still doen not work.  Any help is appreciated.  I am
    running OpenVMS Alpha 7.1 and PW 5.0-E.  I have also tried with PW 6.0
    EFT.
T.RTitleUserPersonal
Name
DateLines
4134.1sys$acme_moduleCPEEDY::CONWAYTue Feb 04 1997 18:038
    The most common omission seems to be forgeting to define sys$acme_module

$define/sys/exec SYS$ACME_MODULE PWRK$ACME_MODULE

    SSO is described in the OpenVMS Version 7.1 new Features Manual

Steve

4134.2typo??BALTMD::GLOCKWed Feb 05 1997 10:2614
    In the New Features Manual Sect 3.5.1 Enabling External Authentication,
    the following procedure is described on page 3-13.
    
    $DEFINE/SYSTEM/EXECUTIVE SYS$ACME_MODULE SYS$SHARE:PWRK$ACME_MODULE.EXE
    $INSTALL ADD SYS$ACME_MODULE /OPEN/HEAD/SHARE
    $DEFINE/SYSTEM/EXECUTIVE SYS$SINGLE_SIGNON 1
    
    This is what I put in systartup_vms.com, in .1 you have,
    $define/sys/exec SYS$ACME_MODULE PWRK$ACME_MODULE, I do not see this in
    the manual.  Does the manual have a typo or am I missing something.
    
    Thanks for your assistance.
    
    Karl Glock
4134.3CPEEDY::CONWAYWed Feb 05 1997 13:1421
    You neglected to also show the line "for example:" before the example
in new_features.

    In .0 you have:

>    BALTMD_Karl> sho log/full *acme*
>
>    (LNM$SYSTEM_TABLE)      [kernel]  [shareable,system]
>                            [Protection=(RWC,RWC,R,R)]
>    [Owner=[SYS,SYSTEM]]
>
>      "PWRK$ACME_MODULE" [exec] = "SYS$SHARE:PWRK$ACME_MODULE_ALPHA.EXE"

    This tells me that you cannot have sys$acme_module defined.

    It looks like you have uncovered a problem with the V6 (EFT) server
    (they are still using "_VAX" and "_ALPHA" as part of the ACME module
    name), but that is beyond the scope of this conference.
    Where is the V6 conference anyway?

Steve
4134.4CPEEDY::PW-AS-V6 is V6 ConfVMSNET::P_NUNEZWed Feb 05 1997 13:231