...
| Code Block |
|---|
|
l: pd
givenName: Massimo
sn: Sgaravatto
cn: Massimo Sgaravatto
telephoneNumber: +390499677360
mail: Massimo.Sgaravatto@pd.infn.it
|
If you want to check only the first requirement (the "LoA2: stuff), the query will be:
| Code Block |
|---|
|
$ ldapsearch -x -LLL -Z -h ds2.infn.it -b ou=People,dc=infn,dc=it "(&(sn=sgaravatto)(eduPersonAssurance=urn:mace:infn.it:loa2))" |
If you want to check only the second requirement (if the user accepted the rules on IT resource usage), the query will be:
| Code Block |
|---|
|
$ ldapsearch -x -LLL -Z -h ds2.infn.it -b ou=People,dc=infn,dc=it "(&(sn=sgaravatto)(schacUserStatus=urn:schac:userStatus:it:infn.it:disciplinareict:approvato+on=*))" |
If you want to check only the third requirement (the one related with the IT security course, the query will be:
| Code Block |
|---|
|
$ ldapsearch -x -LLL -Z -h ds2.infn.it -b ou=People,dc=infn,dc=it "(&(sn=sgaravatto)(schacUserStatus=urn:schac:userStatus:it:infn.it:formazione:sicurezzainformatica-base:superato+on*))" |
Pre-check [5]
Select the relevant request and click on Action → Pre check.
...