Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man8/ldap_cachemgr.8
Real path: /usr/share/man/man8/ldap_cachemgr.8
Zurück
'\" te .\" Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved. .TH ldap_cachemgr 8 "4 Oct 2018" "Oracle Solaris 11.4" "System Administration Commands" .SH NAME ldap_cachemgr \- LDAP daemon to manage client configuration for LDAP based Network Information Service lookups .SH SYNOPSIS .LP .nf \fB/usr/lib/ldap/ldap_cachemgr\fR [\fB-l\fR \fIlog-file\fR] [\fB-g\fR] [\fB-d\fR \fIvalue\fR] .fi .SH DESCRIPTION .sp .LP The \fBldap_cachemgr\fR daemon is a process that provides an up-to-date configuration cache for LDAP naming services. It is started during multi-user boot. .sp .LP The \fBldap_cachemgr\fR utility provides caching for all parameters as specified and used by the LDAP naming service clients. The \fBldap_cachemgr\fR utility uses the cache files which are originally created by executing the \fBldapclient\fR(8) utility, as cold start files. Updates to the cache files take place dynamically if profiles are used to configure the client. See the \fBinit\fR option to \fBldapclient\fR(8). .sp .LP The \fBldap_cachemgr\fR utility helps improve the performance of the clients that are using LDAP as the Naming service repository. In order for the LDAP naming services to function properly, the \fBldap_cachemgr\fR daemon must be running. \fBldap_cachemgr\fR also improves system security by making the configuration files readable by superuser only. .sp .LP The cache maintained by this daemon is shared by all the processes that access LDAP Naming information. All processes access this cache through a door call. On startup, \fBldap_cachemgr\fR initializes the cache from the cache files. See \fBldapclient\fR(8). Thus, the cache survives machine reboots. .sp .LP The \fBldap_cachemgr\fR daemon also acts as its own administration tool. If an instance of \fBldap_cachemgr\fR is already running, commands are passed transparently to the running version. .SH OPTIONS .sp .LP The following options are supported: .sp .ne 2 .mk .na \fB\fB-g\fR\fR .ad .br .sp .6 .RS 4n Print current configuration and statistics to standard output. This is the only option executable without superuser privileges. .RE .sp .ne 2 .mk .na \fB\fB-l\fR \fIlog-file\fR\fR .ad .br .sp .6 .RS 4n Cause \fBldap_cachemgr\fR to use a log file other than the default \fB/var/ldap/cachemgr.log\fR. .RE .sp .ne 2 .mk .na \fB\fB-d\fR \fIvalue\fR\fR .ad .br .sp .6 .RS 4n Enable or disable debugging in the running \fBldap_cachemgr\fR sending any debug output into the current log file, by default \fB/var/ldap/cachemgr.log\fR. The value of 0 disables debugging and the values 1 through 6 display increasingly more detailed information. .RE .SH EXAMPLES .LP \fBExample 1\fR Stopping and Restarting the \fBldap_cachemgr\fR Daemon .sp .LP The following example shows how to stop and to restart the \fBldap_cachemgr \fR daemon. .sp .in +2 .nf example# svcadm disable network/ldap/client example# svcadm enable network/ldap/client .fi .in -2 .sp .LP \fBExample 2\fR Forcing \fBldap_cachemgr\fR to Reread Configuration Files .sp .LP The following example shows how to force \fBldap_cachemgr\fR to reread the \fB/var/ldap/ldap_client_file\fR and \fB/var/ldap/ldap_client_cred \fR files .sp .in +2 .nf example# pkill -HUP ldap_cachemgr .fi .in -2 .sp .SH FILES .sp .ne 2 .mk .na \fB\fB/var/ldap/cachemgr.log\fR\fR .ad .br .sp .6 .RS 4n Default log file. .RE .sp .ne 2 .mk .na \fB\fB/var/ldap/ldap_client_file\fR\fR .ad .br .na \fB\fB/var/ldap/ldap_client_cred\fR\fR .ad .br .sp .6 .RS 4n Files containing the LDAP configuration of the client. These files are not to be modified manually. Their content is not guaranteed to be human readable. Use \fBldapclient\fR(8) to update these files. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/network/ldap .TE .sp .SH SEE ALSO .sp .LP \fBldaplist\fR(1), \fBpkill\fR(1), \fBsvcs\fR(1), \fBsignal.h\fR(3HEAD), \fBresolv.conf\fR(5), \fBattributes\fR(7), \fBldap\fR(7), \fBsmf\fR(7), \fBidsconfig\fR(8), \fBldapaddent\fR(8), \fBldapclient\fR(8), \fBsvcadm\fR(8) .SH NOTES .sp .LP The \fBldap_cachemgr\fR service is managed by the service management facility, \fBsmf\fR(7), under the service identifier: .sp .in +2 .nf svc:/network/ldap/client .fi .in -2 .sp .sp .LP Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using \fBsvcadm\fR(8). The service's status can be queried using the \fBsvcs\fR(1) command.