aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Mullican <timothy.j.mullican@gmail.com>2021-03-03 16:57:18 +0000
committerTimothy Mullican <timothy.j.mullican@gmail.com>2021-03-03 16:57:18 +0000
commit0ab84994b61d4559448d8a957f9c6ac505d3cadb (patch)
tree1302855663a60ea3f8ac5032d9038a6177b18ce4
parentadd or improve documentation (diff)
downloadlaps-0ab84994b61d4559448d8a957f9c6ac505d3cadb.tar.gz
laps-0ab84994b61d4559448d8a957f9c6ac505d3cadb.tar.bz2
laps-0ab84994b61d4559448d8a957f9c6ac505d3cadb.zip
Fix typo
-rw-r--r--src/etc/laps/lapsldap.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/laps/lapsldap.conf.example b/src/etc/laps/lapsldap.conf.example
index df9e0f8..a2193f6 100644
--- a/src/etc/laps/lapsldap.conf.example
+++ b/src/etc/laps/lapsldap.conf.example
@@ -8,5 +8,5 @@ TLS_CACERTDIR /etc/openldap/cacerts
# Turning this off breaks GSSAPI used with krb5 when rdns = false
SASL_NOCANON on
-URI ldaps://ad.example.com ldaps://ds1.ad.example.com lapds://ds2.ad.example.com
+URI ldaps://ad.example.com ldaps://ds1.ad.example.com ldaps://ds2.ad.example.com
BASE dc=ad,dc=example,dc=com
bgstack15