[Fedora-directory-commits] adminutil/include/libadminutil admutil.h, 1.4, 1.5

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu May 11 23:30:33 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/adminutil/include/libadminutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17686/include/libadminutil

Modified Files:
	admutil.h 
Log Message:
[161099] admin passwd in clear text in adm.conf
1) sie password is no longer stored in adm.conf.  Instead, get it from client
   via PIPE.
2) added subordinate functions: admldapGetXXX to retrieve ldap handle,
   directory URL, and userDN.
3) updated Makefiles to clean up the old files from the previous make.
4) increased the buffer size to read in the local cache files.



Index: admutil.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/libadminutil/admutil.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- admutil.h	15 Dec 2005 21:07:17 -0000	1.4
+++ admutil.h	11 May 2006 23:30:31 -0000	1.5
@@ -33,6 +33,7 @@
 #include "plstr.h"
 #include "prprf.h"
 #include "prmem.h"
+#include <ldap.h>
 
 /* Copy from #include "base/systems.h"  */
 #if defined (XP_WIN32)      /* Windows NT */
@@ -151,6 +152,15 @@
 PR_IMPLEMENT(char*)
 admldapGetSIEPWD(AdmldapInfo info);
 
+PR_IMPLEMENT(LDAP *)
+admldapGetLDAPHndl(AdmldapInfo info);
+
+PR_IMPLEMENT(char *)
+admldapGetDirectoryURL(AdmldapInfo info);
+
+PR_IMPLEMENT(char *)
+admldapGetUserDN(AdmldapInfo info, char *uid);
+
 #define UG_OP_OK  0
 #define UG_NO_SSL_SUPPORT 1
 #define UG_AUTH_FAIL 2




More information about the Fedora-directory-commits mailing list