mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix wrong OID for mail attribute
This commit is contained in:
parent
97283bad76
commit
fd178ddd73
@ -100,7 +100,7 @@ class Saml implements BackendSSO
|
||||
* Some urn:oid constants for common attributes
|
||||
*/
|
||||
const eduPersonPricipalName = 'urn:oid:1.3.6.1.4.1.5923.1.1.1.6';
|
||||
const emailAddress = 'urn:oid:0.9.2342.19200300.100.1.1';
|
||||
const emailAddress = 'urn:oid:0.9.2342.19200300.100.1.3';
|
||||
const firstName = 'urn:oid:2.5.4.42';
|
||||
const lastName = 'urn:oid:2.5.4.4';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user