(krb5kdcentry_attrs): ask for attribute uid too

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14384 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-12-11 19:17:02 +00:00
parent 30bd897db2
commit ca797bb5d5

View File

@@ -71,7 +71,7 @@ struct hdbldapdb {
*
*/
static char *krb5kdcentry_attrs[] = {
static char * krb5kdcentry_attrs[] = {
"cn",
"createTimestamp",
"creatorsName",
@@ -93,6 +93,7 @@ static char *krb5kdcentry_attrs[] = {
"sambaNTPassword",
"sambaPwdLastSet",
"sambaPwdMustChange",
"uid",
NULL
};