linux - saslpasswd2

System/Linux 2014. 3. 3. 10:41


NAME

saslpasswd2 - set a user’s sasl password

CONTENTS

Synopsis
Description
Options
See Also

SYNOPSIS

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

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

-pPipe 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.
-cCreates an entry for the user if the user doesn’t already exist. This is mutually exclusive with the -d (delete user) flag.
-dDeletes the entry for the user. This is mutually exclusive with the -c (create user) flag.
-nDon’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.
-vPrint libsasl2 version number and exit.

SEE ALSO

sasldblistusers2(8)
rfc4422 - Simple Authentication and Security Layer (SASL)
 


출처 - http://www.gsp.com/cgi-bin/man.cgi?topic=saslpasswd2



'System > Linux' 카테고리의 다른 글

linux - install centOS 6.5 in virtualbox VBoxManage  (0) 2014.04.11
gnome - gconf  (0) 2014.03.07
linux - cgroups (control groups)  (0) 2014.03.02
linux - rc.local  (0) 2014.03.02
linux - sudo  (0) 2014.02.23
Posted by linuxism
,