diff options
-rw-r--r-- | ipa-server/ipa-kpasswd/Makefile | 2 | ||||
-rw-r--r-- | ipa-server/ipa-kpasswd/ipa_kpasswd.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ipa-server/ipa-kpasswd/Makefile b/ipa-server/ipa-kpasswd/Makefile index efdaa16b..4182b770 100644 --- a/ipa-server/ipa-kpasswd/Makefile +++ b/ipa-server/ipa-kpasswd/Makefile @@ -2,4 +2,4 @@ all: gcc ipa_kpasswd.c -I/usr/include -lkrb5 -llber -lldap -g -o ipa_kpasswd install: - cp -f ipa_kpasswd /usr/local/sbin/ + cp -f ipa_kpasswd /usr/sbin/ diff --git a/ipa-server/ipa-kpasswd/ipa_kpasswd.c b/ipa-server/ipa-kpasswd/ipa_kpasswd.c index 4e324e2a..4f0c9665 100644 --- a/ipa-server/ipa-kpasswd/ipa_kpasswd.c +++ b/ipa-server/ipa-kpasswd/ipa_kpasswd.c @@ -348,6 +348,7 @@ int ldap_pwd_change(char *client_name, char *realm_name, krb5_data pwd) } /* find base dn */ + /* TODO: address the case where we have multiple naming contexts */ tv.tv_sec = 10; tv.tv_usec = 0; |