]> git.sur5r.net Git - openldap/commitdiff
ITS#6934 fix typo
authorHoward Chu <hyc@openldap.org>
Thu, 9 Jun 2011 07:21:47 +0000 (00:21 -0700)
committerHoward Chu <hyc@openldap.org>
Thu, 9 Jun 2011 07:21:47 +0000 (00:21 -0700)
contrib/slapd-modules/nssov/slapo-nssov.5

index be6fecde3e4f87b03446c46ab1e8b96ce16f5e03..cf09dde4f33cde1556e651b09720e8e858e9e5df 100644 (file)
@@ -213,12 +213,12 @@ There is no default value.  This setting is only relevant if the
 .B usergroup
 option has been set.
 .TP
-.B nssov-pam-minuid <integer>
+.B nssov-pam-min-uid <integer>
 Specify a minimum uid that is allowed to login. Users with a uidNumber
 lower than this value will be denied access. The default is zero, which
 disables this setting.
 .TP
-.B nssov-pam-maxuid <integer>
+.B nssov-pam-max-uid <integer>
 Specify a maximum uid that is allowed to login. Users with a uidNumber
 higher than this value will be denied access. The default is zero, which
 disables this setting.