<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear members,<br>
at PSI I'm trying to integrate the CES service with our AD authentication system.<br>
<br>
My understanding, after talking to expert people here, is that I should use the RFC2307 model for ID mapping (described here: https://goo.gl/XvqHDH). The problem is that our ID schema is slightly different than that one described in RFC2307. In the RFC the
 relevant user identification fields are named "uidNumber" and "gidNumber". But in our AD database schema we have:<br>
<br>
# egrep 'uid_number|gid_number' /etc/sssd/sssd.conf <br>
ldap_user_uid_number = msSFU30UidNumber<br>
ldap_user_gid_number = msSFU30GidNumber<br>
ldap_group_gid_number = msSFU30GidNumber<br>
<br>
My question is: is it possible to configure CES to look for the custom field labels (those ones listed above) instead the default ones officially described in rfc2307 ?<br>
<br>
many thanks.<br>
Regards,<br>
<br>
   Alvise Dorigo<br>
</div>
</body>
</html>