GET ENCRYPTED PASSWORDS!!!
hello, i have a calenderserver version -2.4 from apple running on a linux squeeze box and i want to encrypt password, on my caldav.plist i have the above config for authentication(basic enabled), but if i disable basic auth and enable kerberos or digest then i got an error: unable to connect. so what to do? <key>Authentication</key> <dict> <!-- Clear text; best avoided --> <key>Basic</key> <dict> <key>Enabled</key> <true/> </dict> <!-- Digest challenge/response --> <key>Digest</key> <dict> <key>Enabled</key> <false/> <key>Algorithm</key> <string>md5</string> <key>Qop</key> <string></string> </dict> <!-- Kerberos/SPNEGO --> <key>Kerberos</key> <dict> <key>Enabled</key> <false/> <key>ServicePrincipal</key> <string></string> </dict> </dict>
On 02.11.2010, at 14:27, Lisana Berberi wrote:
hello, Hello,
i have a calenderserver version -2.4 from apple running on a linux squeeze box and i want to encrypt password, on my caldav.plist i have the above config for authentication(basic enabled), but if i disable basic auth and enable kerberos or digest then i got an error: unable to connect. so what to do?
To answer this question it is essential to know how you store user credentials. To authenticate with a secure authentication mechanism (digest) the server needs the pass phrase in clear text. From your description (or lack of) of your problem it seems that you store user credentials in a way that gives the server no access to the clear text pass phrases. Bye Goetz
participants (2)
-
Götz Babin-Ebell
-
Lisana Berberi