ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).





SASLPASSWD2(8)                                                                                SASLPASSWD2(8)



NAME
       saslpasswd2 - set a user's sasl password

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

DESCRIPTION
       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.

OPTIONS
       -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, 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.

SEE ALSO
       sasldblistusers2(8)

       rfc2222 - Simple Authentication and Security Layer (SASL)



CMU SASL                                         Mar 7, 2005                                  SASLPASSWD2(8)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.