DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦a106a9ce3⟧ TextFile

    Length: 2613 (0xa35)
    Types: TextFile
    Names: »passwd-ops.tex«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/passwd-ops.tex« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/passwd-ops.tex« 

TextFile

\File{passwd\-ops.ry},{22:23},{Jun 12 1988}
\L{\LB{PasswordLookup \K{DEFINITIONS} ::=}}
\L{\LB{}}
\L{\LB{\K{BEGIN}}}
\L{\LB{}}
\L{\LB{\C{}\-\- operations}}
\CE{}\L{\LB{}}
\L{\LB{}\Tab{24}{\C{}\-\- given a user name, return a Passwd type}}
\CE{}\L{\LB{lookupUser \K{OPERATION}}}
\L{\LB{}\Tab{8}{\K{ARGUMENT}}\Tab{24}{UserName}}
\L{\LB{}\Tab{8}{\K{RESULT}}\Tab{24}{Passwd}}
\L{\LB{}\Tab{8}{\K{ERRORS}}\Tab{24}{\{ noSuchUser, congested \}}}
\L{\LB{}\Tab{8}{::=}\Tab{24}{0}}
\L{\LB{}}
\L{\LB{}\Tab{24}{\C{}\-\- given a user ID, return a Passwd type}}
\CE{}\L{\LB{lookupUID \K{OPERATION}}}
\L{\LB{}\Tab{8}{\K{ARGUMENT}}\Tab{24}{UserID}}
\L{\LB{}\Tab{8}{\K{RESULT}}\Tab{24}{Passwd}}
\L{\LB{}\Tab{8}{\K{ERRORS}}\Tab{24}{\{ noSuchUser, congested \}}}
\L{\LB{}\Tab{8}{::=}\Tab{24}{1}}
\L{\LB{}}
\L{\LB{\C{}\-\- errors}}
\CE{}\L{\LB{}}
\L{\LB{}\Tab{24}{\C{}\-\- no matching user in the database}}
\CE{}\L{\LB{noSuchUser \K{ERROR}}}
\L{\LB{}\Tab{8}{::=}\Tab{24}{0}}
\L{\LB{}}
\L{\LB{}\Tab{24}{\C{}\-\- congestion at responder}}
\CE{}\L{\LB{congested \K{ERROR}}}
\L{\LB{}\Tab{8}{::=}\Tab{24}{1}}
\L{\LB{}}
\L{\LB{\C{}\-\- types}}
\CE{}\L{\LB{}}
\L{\LB{}\Tab{24}{\C{}\-\- similar to an entry in \<pwd.h\>}}
\CE{}\L{\LB{Passwd ::=}}
\L{\LB{    [\K{APPLICATION} 1]}}
\L{\LB{}\Tab{8}{\K{IMPLICIT} \K{SEQUENCE} \{}}
\L{\LB{}\Tab{8}{    name[0]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} UserName,}}
\L{\LB{}}
\L{\LB{}\Tab{8}{    passwd[1]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} IA5String}}
\L{\LB{}\Tab{16}{\K{OPTIONAL},}}
\L{\LB{}}
\L{\LB{}\Tab{8}{    uid[2]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} UserID,}}
\L{\LB{}}
\L{\LB{}\Tab{8}{    gid[3]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} GroupID,}}
\L{\LB{}}
\L{\LB{}\Tab{8}{    quota[4]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} \K{INTEGER}}}
\L{\LB{}\Tab{16}{\K{DEFAULT} 0,}}
\L{\LB{}\Tab{8}{    }}
\L{\LB{}\Tab{8}{    comment[5]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} IA5String}}
\L{\LB{}\Tab{16}{\K{OPTIONAL},}}
\L{\LB{}}
\L{\LB{}\Tab{8}{    gecos[6]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} IA5String}}
\L{\LB{}\Tab{16}{\K{OPTIONAL},}}
\L{\LB{}}
\L{\LB{}\Tab{8}{    dir[7]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} IA5String}}
\L{\LB{}\Tab{16}{\K{OPTIONAL},}}
\L{\LB{}}
\L{\LB{}\Tab{8}{    shell[8]}}
\L{\LB{}\Tab{16}{\K{IMPLICIT} IA5String}}
\L{\LB{}\Tab{16}{\K{OPTIONAL}}}
\L{\LB{}\Tab{8}{\}}}
\L{\LB{}}
\L{\LB{UserName ::=}}
\L{\LB{    [\K{APPLICATION} 2]}}
\L{\LB{}\Tab{8}{\K{IMPLICIT} GraphicString}}
\L{\LB{}}
\L{\LB{UserID ::=}}
\L{\LB{    [\K{APPLICATION} 3]}}
\L{\LB{}\Tab{8}{\K{IMPLICIT} \K{INTEGER}}}
\L{\LB{}}
\L{\LB{GroupID ::=}}
\L{\LB{    [\K{APPLICATION} 4]}}
\L{\LB{}\Tab{8}{\K{IMPLICIT} \K{INTEGER}}}
\L{\LB{}}
\L{\LB{\K{END}}}