sasldblistusers2.8
1 .\" sasldblistusers - List users in sasldb file 2 .\" Tim Martin 3/8/00 3 .\" 4 5 .\" Copyright (c) 2000 Carnegie Mellon University. All rights reserved. 6 .\" 7 .\" Redistribution and use in source and binary forms, with or without 8 .\" modification, are permitted provided that the following conditions 9 .\" are met: 10 .\" 11 .\" 1. Redistributions of source code must retain the above copyright 12 .\" notice, this list of conditions and the following disclaimer. 13 .\" 14 .\" 2. Redistributions in binary form must reproduce the above copyright 15 .\" notice, this list of conditions and the following disclaimer in 16 .\" the documentation and/or other materials provided with the 17 .\" distribution. 18 .\" 19 .\" 3. The name ""Carnegie Mellon University"" must not be used to 20 .\" endorse or promote products derived from this software without 21 .\" prior written permission. For permission or any other legal 22 .\" details, please contact 23 .\" Office of Technology Transfer 24 .\" Carnegie Mellon University 25 .\" 5000 Forbes Avenue 26 .\" Pittsburgh, PA 15213-3890 27 .\" (412) 268-4387, fax: (412) 268-7395 28 .\" tech-transfer@andrew.cmu.edu 29 .\" 30 .\" 4. Redistributions of any form whatsoever must retain the following 31 .\" acknowledgment: 32 .\" ""This product includes software developed by Computing Services 33 .\" at Carnegie Mellon University (http://www.cmu.edu/computing/)."" 34 .\" 35 .\" CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO 36 .\" THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 37 .\" AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE 38 .\" FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 40 .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 41 .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 42 43 .\" 44 .TH SASLDBLISTUSERS2 8 "March 7, 2005" "CMU SASL" 45 .SH NAME 46 sasldblistusers2 \- list users in sasldb 47 .SH SYNOPSIS 48 .B sasldblistusers2 49 .RB [ -f\ file ] 50 .RB [ -v ] 51 .SH DESCRIPTION 52 .I sasldblistusers2 53 is used to list the users in the SASL password database (usually 54 /etc/sasldb2). This will NOT list all the users in /etc/passwd, shadow, 55 PAM, etc. only those created by SASL (via \fIsaslpasswd2\fR). 56 .SH OPTIONS 57 .TP 58 .B -f file 59 use 60 .B file 61 for sasldb 62 .TP 63 .B -v 64 Print libsasl2 version number and exit. 65 .SH SEE ALSO 66 saslpasswd2(8) 67 .TP 68 rfc4422 \- Simple Authentication and Security Layer (SASL)