-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msidp : Update Docs, user settings and warn msgs (#2289)
- Loading branch information
1 parent
70ce65f
commit 2fc32cb
Showing
5 changed files
with
20 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,88 +48,17 @@ | |
"norEduPersonNIN": "SE199012315555", | ||
"postaladdress": "postaladdress", | ||
"cn": "cn", | ||
}, | ||
"testuser2": { | ||
"sn": "Testsson2", | ||
"givenName": "Test2", | ||
"eduPersonAffiliation": "student", | ||
"eduPersonScopedAffiliation": "[email protected]", | ||
"eduPersonPrincipalName": "[email protected]", | ||
"uid": "testuser2", | ||
"eduPersonTargetedID": ["one!for!all"], | ||
"c": "SE", | ||
"o": "Example Co.", | ||
"ou": "IT", | ||
"initials": "P", | ||
"co": "co", | ||
"mail": "mail", | ||
"noreduorgacronym": "noreduorgacronym", | ||
"schacHomeOrganization": "example.com", | ||
"email": "[email protected]", | ||
"displayName": "Test Testsson", | ||
"labeledURL": "http://www.example.com/test My homepage", | ||
"norEduPersonNIN": "SE199012315555", | ||
"postaladdress": "postaladdress", | ||
"cn": "cn", | ||
}, | ||
"testuser3": { | ||
"sn": "Testsson3", | ||
"givenName": "Test3", | ||
"eduPersonAffiliation": "student", | ||
"eduPersonScopedAffiliation": "[email protected]", | ||
"eduPersonPrincipalName": "[email protected]", | ||
"uid": "testuser3", | ||
"eduPersonTargetedID": ["one!for!all"], | ||
"c": "SE", | ||
"o": "Example Co.", | ||
"ou": "IT", | ||
"initials": "P", | ||
"co": "co", | ||
"mail": "mail", | ||
"noreduorgacronym": "noreduorgacronym", | ||
"schacHomeOrganization": "example.com", | ||
"email": "[email protected]", | ||
"displayName": "Test Testsson", | ||
"labeledURL": "http://www.example.com/test My homepage", | ||
"norEduPersonNIN": "SE199012315555", | ||
"postaladdress": "postaladdress", | ||
"cn": "cn", | ||
}, | ||
"roland": { | ||
"sn": "Hedberg", | ||
"givenName": "Roland", | ||
"email": "[email protected]", | ||
"eduPersonScopedAffiliation": "[email protected]", | ||
"eduPersonPrincipalName": "[email protected]", | ||
"uid": "rohe", | ||
"eduPersonTargetedID": ["one!for!all"], | ||
"c": "SE", | ||
"o": "Example Co.", | ||
"ou": "IT", | ||
"initials": "P", | ||
"mail": "[email protected]", | ||
"displayName": "P. Roland Hedberg", | ||
"labeledURL": "http://www.example.com/rohe My homepage", | ||
"norEduPersonNIN": "SE197001012222", | ||
}, | ||
"babs": { | ||
"surname": "Babs", | ||
"givenName": "Ozzie", | ||
"email": "[email protected]", | ||
"eduPersonAffiliation": "affiliate" | ||
}, | ||
"upper": { | ||
"surname": "Jeter", | ||
"givenName": "Derek", | ||
"email": "[email protected]", | ||
"eduPersonAffiliation": "affiliate" | ||
}, | ||
} | ||
} | ||
|
||
EXTRA = { | ||
"roland": { | ||
"eduPersonEntitlement": "urn:mace:swamid.se:foo:bar", | ||
"schacGender": "male", | ||
"schacUserPresenceID": "skype:pepe.perez", | ||
"schacUserPresenceID": "sky:pepe.perez", | ||
} | ||
} | ||
|
||
PASSWD = { | ||
"testuser": "qwerty", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters