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, SCRAM,
32 SRP)
33
34 -u domain
35 use domain for user domain (realm).
36
37 -f file
38 use file for sasldb
39
40 -a appname
41 use appname as application name.
42
43 -v Print libsasl2 version number and exit.
44
46 sasldblistusers2(8)
47
48 rfc4422 - Simple Authentication and Security Layer (SASL)
49
50
51
52CMU SASL Mar 7, 2005 SASLPASSWD2(8)