From a2ee2ce1e9bdc4687dd5be301941f8aeb59bf553 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 7 May 2010 11:22:58 +0000 Subject: use docbook elements where possible git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1083 ef36b2f9-881f-0410-afb5-c4e39611909c --- man/nslcd.conf.5.xml | 110 +++++++++++++++++++++++++-------------------------- man/pam_ldap.8.xml | 4 +- 2 files changed, 57 insertions(+), 57 deletions(-) (limited to 'man') diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 33314d8..0aa4454 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -73,7 +73,7 @@ - NUM + NUM Specifies the number of threads to start that can handle requests @@ -84,7 +84,7 @@ - UID + UID This specifies which user id with which the daemon should be run. @@ -97,7 +97,7 @@ - GID + GID This specifies which group id with which the daemon should be run. @@ -117,17 +117,17 @@ - URI + URI Specifies the LDAP URI of the server to connect to. - The URI scheme may be ldap, - ldapi or ldaps, specifying + The URI scheme may be ldap, + ldapi or ldaps, specifying LDAP over TCP, ICP or SSL respectively (if supported by the LDAP library). - Alternatively, the value DNS may be + Alternatively, the value DNS may be used to try to lookup the server using DNS SRV records. @@ -150,7 +150,7 @@ - VERSION + VERSION Specifies the version of the LDAP protocol to use. @@ -160,7 +160,7 @@ - DN + DN Specifies the distinguished name with which to bind to the directory @@ -171,7 +171,7 @@ - PASSWORD + PASSWORD Specifies the clear text credentials with which to bind. @@ -188,7 +188,7 @@ - DN + DN Specifies the distinguished name to use when the root user tries to @@ -216,7 +216,7 @@ - MECHANISM + MECHANISM Specifies the SASL mechanism to be used when @@ -226,7 +226,7 @@ - REALM + REALM Specifies the SASL realm to be used when performing @@ -236,7 +236,7 @@ - AUTHCID + AUTHCID Specifies the authentication identity to be used when performing @@ -246,7 +246,7 @@ - AUTHZID + AUTHZID Specifies the authorization identity to be used when performing @@ -258,7 +258,7 @@ - PROPERTIES + PROPERTIES Specifies Cyrus SASL security properties. @@ -278,7 +278,7 @@ - NAME + NAME Set the name for the GSS-API Kerberos credentials cache. @@ -295,8 +295,8 @@ - MAP - DN + MAP + DN Specifies the base distinguished name (DN) @@ -310,7 +310,7 @@ If, instead of a DN, the value - DOMAIN is specified, the host's + DOMAIN is specified, the host's DNS domain is used to construct a search base. @@ -324,7 +324,7 @@ - MAP + MAP subtree|onelevel|base @@ -357,38 +357,38 @@ - MAP - FILTER + MAP + FILTER - The FILTER + The FILTER is an LDAP search filter to use for a specific map. The default filter is a basic search on the - objectClass for the map (e.g. (objectClass=posixAccount)). + objectClass for the map (e.g. (objectClass=posixAccount)). - MAP - ATTRIBUTE - NEWATTRIBUTE + MAP + ATTRIBUTE + NEWATTRIBUTE This option allows for custom attributes to be looked up instead of the default RFC 2307 attributes. - The MAP may be one of + The MAP may be one of the supported maps below. - The ATTRIBUTE is the one as - used in RFC 2307 (e.g. userPassword, - ipProtocolNumber or macAddress). - The NEWATTRIBUTE may be any attribute + The ATTRIBUTE is the one as + used in RFC 2307 (e.g. userPassword, + ipProtocolNumber or macAddress). + The NEWATTRIBUTE may be any attribute as it is available in the directory. - If the NEWATTRIBUTE is presented in + If the NEWATTRIBUTE is presented in quotes (") it is treated as an expression which will be evaluated to build up the actual value used. See the section on attribute mapping expressions below for more details. @@ -398,13 +398,13 @@ an expression (because other attributes may be used in search filters). For passwd entries the following attributes may be mapped with an - expression: gidNumber, gecos, - homeDirectory and loginShell. + expression: gidNumber, gecos, + homeDirectory and loginShell. For shadow entries the following attributes may be mapped with an - expression: shadowLastChange, shadowMin, - shadowMax, shadowWarning, - shadowInactive, shadowExpire and - shadowFlag. + expression: shadowLastChange, shadowMin, + shadowMax, shadowWarning, + shadowInactive, shadowExpire and + shadowFlag. @@ -417,7 +417,7 @@ - SECONDS + SECONDS Specifies the time limit (in seconds) to use when connecting to the @@ -432,7 +432,7 @@ - SECONDS + SECONDS Specifies the time limit (in seconds) to wait for a response from the @@ -444,7 +444,7 @@ - SECONDS + SECONDS Specifies the period if inactivity (in seconds) after which the @@ -455,7 +455,7 @@ - SECONDS + SECONDS Specifies the number of seconds to sleep when connecting to all @@ -467,7 +467,7 @@ - SECONDS + SECONDS Specified the time after the last successful operation from which the @@ -502,7 +502,7 @@ Specifies whether to use SSL/TLS or not (the default is not to). If - start_tls + start_tls is specified then StartTLS is used rather than raw LDAP over SSL. Not all LDAP client libraries support both SSL, StartTLS and all related configuration options. @@ -526,7 +526,7 @@ - PATH + PATH Specifies the directory containing X.509 certificates for peer @@ -536,7 +536,7 @@ - PATH + PATH Specifies the path to the X.509 certificate for peer authentication. @@ -545,7 +545,7 @@ - PATH + PATH Specifies the path to an entropy source. @@ -554,7 +554,7 @@ - CIPHERS + CIPHERS Specifies the ciphers to use for TLS. @@ -565,7 +565,7 @@ - PATH + PATH Specifies the path to the file containing the local certificate for @@ -575,7 +575,7 @@ - PATH + PATH Specifies the path to the file containing the private key for client @@ -607,7 +607,7 @@ --> - NUMBER + NUMBER Set this to a number greater than 0 to request paged results from @@ -635,7 +635,7 @@ This option may be specified multiple times. - Alternatively, the value ALLLOCAL may be + Alternatively, the value ALLLOCAL may be used. With that value nslcd builds a full list of non-LDAP users on startup. @@ -651,7 +651,7 @@ Supported maps The following maps are supported. They are referenced as - MAP in the options above. + MAP in the options above. diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index 1fe075c..19d9884 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -149,14 +149,14 @@ - + This option causes the PAM module to ignore the user if the user id is lower than the specified value. This can be used to only authenticate normal users (non-system users) using - LDAP (e.g. by setting it to 1000). + LDAP (e.g. by setting it to 1000). -- cgit v1.2.3