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

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

2975.0. "Find user in distribution lists .." by TAV02::CHAIM (Semper ubi Sub ubi .....) Wed Jul 07 1993 10:20

In V3.0 is there any functionality which: 

1. will allow the manager to know in which system distibution lists a
particular user appears. 

2. will automatically delete a user from all the system distribution lists in
which he/she appears when the A1 user is deleted.

Thanks,

Cb.

T.RTitleUserPersonal
Name
DateLines
2975.1No; No; Here's a hack; Use Groups?IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeWed Jul 07 1993 11:3120
    No; No.
    
    1) $ search OA$SYSTEM_LISTS:*.DIS <name>
    
    2) Having found the names of the Dis lists, e.g. ZUPPM9BGX.DIS, then
       search the profile to find the name of the list:
    
    	<FOR FIRST PROFIL WITH .ADDR1 <=> '<list_name>' DO GET .%KEY
    
    3) Edit it from ADM MDL...
    
    Now if anyone would like to wrap all this up in some code which we
    could put in the product...
    
    
    *Alternatively* abandon SDLs altogether, and use Groups instead. They
    can be used interchangeably in addressing, and the GS functionality is
    much more powerful.
    
    Graham
2975.2instead of <FOR PROFIL....ANGLIN::HARRISApyrotechnically challengedWed Jul 07 1993 17:277
    you can also get the owner from the DIR ALL menu.
    
    once you have the SDL name, goto DIR ALL, select the SDL and PRINT the
    FULL description to the terminal.
    
    	ann
    
2975.3How?????IOSG::PYEGraham - ALL-IN-1 Sorcerer&#039;s ApprenticeThu Jul 08 1993 10:321
    <<< you can also get the owner from the DIR ALL menu.
2975.4ANGLIN::HARRISAbeep meThu Jul 08 1993 21:2135
    Here's what I get when i print the full description to my terminal.
    
    ------------------------------------- TOP--------------------------------------
                            ALL-IN-1 Phone Directory Full Listing
    Date: 07/08/93                                                   Page:1
                                  
    -------------------------------------------------------------------------------
    Username:      @3B1
    VMS Name:
    Full Name:     System Distribution List
    Title:         VMS ID of owner
    
    Status:
    
    ---------Privileges---------
    DCL  SUP  ERR  CMD  SRC  LOG
    
    
    Read Receipt:   Notify:
    
    Phone:
    Department:
    
    Address:       OA$SYSTEM_LISTS:ZTJBE51B9.DIS
                   owners name is here
                   05-Dec-1990
    
    
    
    Country:                           Zip Code:
    
    Init Form:
    Edit Style:
    Directory:
    
2975.5Still Confused!IOSG::PYEGraham - ALL-IN-1 Sorcerer&#039;s ApprenticeFri Jul 09 1993 09:599
    well yes, but that's going the wrong way round. If I know the name of
    the SDL, I can easily (assuming CMDPRV) get the file name with:
    
    	<GET PROFIL.ADDR1['@IOSG']
    
    But in my previous reply, I needed to do this the other way round, and
    get the SDL name when I only had the RMS file name.
    
    Graham