1
2
3SASLPASSWD2(8) System Manager's Manual SASLPASSWD2(8)
4
5
6
8 saslpasswd2 - set a user's sasl password
9
11 saslpasswd2 [-p] [-d] [-c] [-n] [-f file] [-u domain] [-a appname] [-v]
12 userid
13
15 saslpasswd2 is used by a server administrator to set a user's sasl
16 password for server programs and SASL mechanisms which use the standard
17 libsasl database of user secrets.
18
20 -p Pipe mode - saslpasswd2 will neither prompt for the password nor
21 verify that it was entered correctly. This is the default when
22 standard input is not a terminal.
23
24 -c Creates an entry for the user if the user doesn't already exist.
25 This is mutually exclusive with the -d (delete user) flag.
26
27 -d Deletes the entry for the user. This is mutually exclusive with
28 the -c (create user) flag.
29
30 -n Don't set the plaintext userPassword property for the user.
31 Only mechanism-specific secrets will be set (e.g. OTP, SRP)
32
33 -u domain
34 use domain for user domain (realm).
35
36 -f file
37 use file for sasldb
38
39 -a appname
40 use appname as application name.
41
42 -v Print libsasl2 version number and exit.
43
45 sasldblistusers2(8)
46
47 rfc4422 - Simple Authentication and Security Layer (SASL)
48
49
50
51CMU SASL Mar 7, 2005 SASLPASSWD2(8)