diff options
Diffstat (limited to 'usr/src/lib/libsldap/common/ns_standalone.c')
-rw-r--r-- | usr/src/lib/libsldap/common/ns_standalone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libsldap/common/ns_standalone.c b/usr/src/lib/libsldap/common/ns_standalone.c index 3d998d16ae..119c148b41 100644 --- a/usr/src/lib/libsldap/common/ns_standalone.c +++ b/usr/src/lib/libsldap/common/ns_standalone.c @@ -1367,7 +1367,7 @@ __ns_ldap_getRootDSE(const char *server_addr, * Fallback to anonymous, non-SSL mode for backward * compatibility reasons. This mode should only be used when * this function (__ns_ldap_getRootDSE) is called from - * ldap_cachemgr(1M). + * ldap_cachemgr(8). */ syslog(LOG_WARNING, gettext("libsldap: Falling back to anonymous, non-SSL" @@ -1965,7 +1965,7 @@ __ns_ldap_initAuth(const char *auth_mech, * and naming context. During all further operations on behalf * of the application requested a standalone schema libsldap will use * the information obtained by __ns_ldap_initStandalone() instead of - * door_call(3C)ing ldap_cachemgr(1M). + * door_call(3C)ing ldap_cachemgr(8). * * INPUT: * sa_conf - a structure describing where and in which way to obtain all |