Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
40deee98
Commit
40deee98
authored
26 years ago
by
Dave Storey
Browse files
Options
Downloads
Patches
Plain Diff
Addition of password prompting, salted password and auto-generation.
parent
a3c85460
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man1/ldappasswd.1
+37
-13
37 additions, 13 deletions
doc/man/man1/ldappasswd.1
with
37 additions
and
13 deletions
doc/man/man1/ldappasswd.1
+
37
−
13
View file @
40deee98
...
...
@@ -8,29 +8,39 @@ ldappasswd \- change the password of an LDAP entry
[\c
.BI \-b \ searchbase\fR]
[\c
.BI \-c \ none\fR\||\|\fIcrypt\fR\||\|\fImd5\fR\||\|\fIsha\fR]
[\c
.BI \-D \ binddn\fR]
[\c
.BI \-d \ debuglevel\fR]
[\c
.BR \-E ]
[\c
.BI \-e \ passwd\fR]
[\c
.BI \-g \ pwlen\fR]
[\c
.BI \-H \ none\fR\||\|\fIcrypt\fR\||\|\fImd5\fR\||\|\fIsmd5\fR\||\|\fIsha\fR\||\|\fIssha]
[\c
.BI \-h \ ldaphost\fR]
[\c
.BR \-K ]
[\c
.BR \-k ]
[\c
.BI \-l \ searchtime\fR]
[\c
.B \-n
\fR
]
.B
R
\-n
]
[\c
.BI \-p \ ldapport\fR]
[\c
.BI \-s \ base\fR\||\|\fIone\fR\||\|\fIsub\fR]
[\c
.B
R
\-t \
[\fI
targetdn\fR]
\ ]
.B
I
\-t \ targetdn\fR]
[\c
.B \-v
\fR
]
.B
R
\-v
]
[\c
.B
I
\-W
\ newpasswd\fR
]
.B
R
\-W ]
[\c
.B
R
\-w \
[\fI
passwd\fR]
]
.B
I
\-w \ passwd\fR]
[\c
.BI \-z \ searchsize\fR]
[\fIfilter\fR]
...
...
@@ -66,7 +76,7 @@ Specify the LDAP attribute to change. The default is "userPassword".
Use \fIsearchbase\fP as the starting point for the search instead of
the default.
.TP
.B \-c \fInone\fR\||\|\fIcrypt\fR\||\|\fImd5\fR\||\|\fIs
ha\fR
.B \-c \fInone\fR\||\|\fIcrypt\fR\||\|\fImd5\fR\||\|\fIs
md5\fR\||\|\fIsha\fR\||\|\fIssha
Specify the hashing algorithm used to store the password. The default is
.IR crypt .
.TP
...
...
@@ -79,9 +89,24 @@ Set the LDAP debugging level to \fIdebuglevel\fP.
.B ldappasswd
must be compiled with LDAP_DEBUG defined for this option to have any effect.
.TP
.BI \-g \ pwlen
Auto-generate passwords of length \fIpwlen\fR.
Passwords will be displayed when using verbose,
.BR -vvv .
.TP
.BI \-h \ ldaphost
Specify an alternate host on which the ldap server is running.
.TP
.B \-K
Same as -k, but only does step 1 of the kerberos bind.
This is useful when connecting to a slapd and there is no x500dsa.hostname principal registered with your kerberos servers.
.TP
.B \-k
Use Kerberos authentication instead of simple authentication.
It is assumed that you already have a valid ticket granting ticket.
.B ldappasswd
must be compiled with KERBEROS defined for this option to have any effect.
.TP
.BI \-l \ searchtime
Specify a maximum query time in seconds.
.TP
...
...
@@ -104,13 +129,12 @@ If an argument is not given, the target dn will be the binddn.
.B \-v
The more v's the more verbose.
.TP
.BI \-W
\ newpasswd
Specify the new password
.
If this argument is not given, the user will be prompted to enter the new password
.
.BI \-W
Prompt for simple authentication
.
This is used instead of specifying the password on the command line
.
.TP
.B
R
\-w \
[\fI
passwd
\fR]
.B
I
\-w \ passwd
Use \fIpasswd\fP as the password for simple authentication.
If \fIpasswd\fR is not supplied, the user will be prompted to enter one.
.TP
.BI \-z \ searchsize
Specify a maximum query size.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment