]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix list for proper nesting
authorAlan T. DeKok <aland@freeradius.org>
Tue, 10 Sep 2019 13:01:58 +0000 (09:01 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 10 Sep 2019 13:13:04 +0000 (09:13 -0400)
doc/antora/modules/howto/pages/modules/ldap_search.adoc

index 2e603863b17e6b523a0e3d6e70a2991692c49c4a..f962e44e9212aed66c6945f44e60a4b8c203c612 100644 (file)
@@ -15,23 +15,23 @@ ldapsearch -H ldaps://ldap.example.com:686 -x -D "cn=freeradius,dc=example,dc=co
 Where you replace the following as appropriately:
 
 * `ldaps://ldap.example.com:636`
-  * location of the LDAP server and how to connect
+** location of the LDAP server and how to connect
 
-  * `ldaps` is LDAP over SSL and defaults to port `636/tcp`
+** `ldaps` is LDAP over SSL and defaults to port `636/tcp`
 
-  * `ldap` is non-SSLed LDAP and defaults to port `389/tcp`
-    * add `-ZZ` as an argument if you use Start TLS
+** `ldap` is non-SSLed LDAP and defaults to port `389/tcp`
+**** add `-ZZ` as an argument if you use Start TLS
 
-  * `ldapi` is for UNIX socket connections
+** `ldapi` is for UNIX socket connections
 
 * `cn=freeradius,dc=example,dc=com`
-  * username used by FreeRADIUS when connecting to LDAP
+** username used by FreeRADIUS when connecting to LDAP
 
 * `mypassword`
-  * password used by FreeRADIUS is to use when connecting to LDAP
+** password used by FreeRADIUS is to use when connecting to LDAP
 
 * `ou=people,dc=example,dc=com`
-  * top branch ('base') of the LDAP tree where users are found
+** top branch ('base') of the LDAP tree where users are found
 
 * `(objectClass=inetOrgPerson)`
   http://www.zytrax.com/books/ldap/apa/search.html[search filter]