GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SASLPASSWD2(8) FreeBSD System Manager's Manual SASLPASSWD2(8)

saslpasswd2 - set a user's sasl password

saslpasswd2 [-p] [-d] [-c] [-n] [-f file] [-u domain] [-a appname] [-v] userid

saslpasswd2 is used by a server administrator to set a user's sasl password for server programs and SASL mechanisms which use the standard libsasl database of user secrets.

-p
Pipe mode - saslpasswd2 will neither prompt for the password nor verify that it was entered correctly. This is the default when standard input is not a terminal.
-c
Creates an entry for the user if the user doesn't already exist. This is mutually exclusive with the -d (delete user) flag.
-d
Deletes the entry for the user. This is mutually exclusive with the -c (create user) flag.
-n
Don't set the plaintext userPassword property for the user. Only mechanism-specific secrets will be set (e.g. OTP, SCRAM, SRP)
-u domain
use domain for user domain (realm).
-f file
use file for sasldb
-a appname
use appname as application name.
-v
Print libsasl2 version number and exit.

sasldblistusers2(8)
rfc4422 - Simple Authentication and Security Layer (SASL)
March 7, 2005 CMU SASL

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.