Freeside:1.9:Documentation:Administration:svc acct: password encoding

From Freeside
Revision as of 01:53, 30 September 2009 by Ivan (talk | contribs) (New page: = Introduction = The svc_acct._password_encoding field specifies the encoding of passwords in the svc_acct._password field. Password encodings specify a format for storing a password alo...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

The svc_acct._password_encoding field specifies the encoding of passwords in the svc_acct._password field. Password encodings specify a format for storing a password along with information about its hash method (crypt/MD5/blowfish/etc.), if any. Password encodings do not represent a single, specific hash method each; instead, they tell you how the hash method and encrypted string are stored.

Encodings

crypt

ldap

  • RFC2017

None/legacy

Acknowledgements

Freeside uses Authen::Passphrase for password handling, and many details in this documentation are taken from. See the Authen::Passphrase docuementation.