Home | History | Annotate | Line # | Download | only in mech
      1  1.1  christos # $NetBSD: DIGEST-MD5.conf,v 1.1 2011/02/20 05:17:47 christos Exp $
      2  1.1  christos #
      3  1.1  christos # The properties used by this mechanism are listed below.  Usually no
      4  1.1  christos # settings are needed.
      5  1.1  christos #
      6  1.1  christos # key		value
      7  1.1  christos 
      8  1.1  christos # AUTHCID 	"username"			# usually passed by the caller
      9  1.1  christos # AUTHZID 	"authorization ID"		# typically not used
     10  1.1  christos # CIPHERMASK	"3des,aes,des,rc4,rc4-40,rc4-56" # optional
     11  1.1  christos # HOSTNAME	"hostname"			# usually passed by the caller
     12  1.1  christos # MAXBUF  	0x10000				# optional
     13  1.1  christos # PASSWD  	"password"			# usually passed by the caller
     14  1.1  christos # QOPMASK 	"auth,auth-int,auth-conf"	# optional
     15  1.1  christos # REALM		"[hostname:]realm[,...]"	# for multiple realms
     16  1.1  christos # SERVICE 	"service to use, e.g., SMTP"	# usually passed by the caller
     17  1.1  christos # SERVNAME	"[hostname:]serv-name[,...]"	# typically not used
     18