Prepared some of the authmode stuff for the imminent addition
authorArt Cancro <ajc@citadel.org>
Wed, 2 Jan 2008 19:06:39 +0000 (19:06 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 2 Jan 2008 19:06:39 +0000 (19:06 +0000)
commit1aabcbba9e94fd9bb27af2fb4721a7e8149a24ff
treeb93dc3076c54f6067d9e568141af1e75c872ad77
parentdf5a2fc29b002c29981d98e483c51658e3b6ad45
Prepared some of the authmode stuff for the imminent addition
of a third mode (LDAP without PAM).  The mode itself will not
be written until after the next production release of the code.
Changed the use of 0 and 1 constants to AUTHMODE_NATIVE and
AUTHMODE_HOST.
citadel/citadel.h
citadel/citserver.c
citadel/config.c
citadel/modules/expire/serv_expire.c
citadel/server_main.c
citadel/setup.c
citadel/user_ops.c