Signed-off-by: Joerg Jaspert <joerg@debian.org>
Import-Users-From-Passwd
{
- ValidGID "800";
+ ValidGID "Debian";
// Comma separated list of users who are in Postgres but not the passwd file
KnownPostgres "postgres,dak,www-data,udmsearch,repuser,debian-backup";
};
Import-Users-From-Passwd
{
- ValidGID "800";
+ ValidGID "Debian";
// Comma separated list of users who are in Postgres but not the passwd file
KnownPostgres "postgres,dak,dak-unpriv,katie,release,qa,www-data,guest,repuser,debian-backup";
};
l.simple_bind_s("","")
Attrs = l.search_s(LDAPDn, ldap.SCOPE_ONELEVEL,
- "(&(keyfingerprint=*)(gidnumber=%s))" % (cnf["Import-Users-From-Passwd::ValidGID"]),
+ "(&(keyfingerprint=*)(supplementaryGid=%s))" % (cnf["Import-Users-From-Passwd::ValidGID"]),
["uid", "keyfingerprint", "cn", "mn", "sn"])
ldap_fin_uid_id = {}