create new user

370 views
Skip to first unread message

Yoyo Zhao

unread,
Feb 28, 2011, 6:41:53 AM2/28/11
to SabreDAV Discussion
I had add a new user to the users table and principals table but when
i open the url in web browser

http://localhost/sabredav/calendarserver.php/calendars/sabre/default

is said Kan de webpagina niet vinden (The webpage can not find)

Evert Pot

unread,
Feb 28, 2011, 12:39:16 PM2/28/11
to SabreDAV Discussion
Hi Yoyo,

Interesting that you're getting a dutch error back. Are you running a
dutch browser?

In any case.. Adding the records to principals and users will allow
you to log in, and create new calendars. The first calendar (the one
you called default) still needs to be created.

So add a record to 'calendars' as well.

Good luck,
Evert

Yoyo Zhao

unread,
Mar 1, 2011, 7:18:12 AM3/1/11
to SabreDAV Discussion
I'm student of Fontys Hogeschool, the company I'm working at is a
dutch company and the system they use are also in dutch that is why I
got a dutch error back xD;

about the password for the new user, I had converted the password to
MD5 hash but I still can't login to that account
> > is said Kan de webpagina niet vinden (The webpage can not find)- Hide quoted text -
>
> - Show quoted text -

Evert Pot

unread,
Mar 1, 2011, 7:41:38 AM3/1/11
to sabredav...@googlegroups.com, Yoyo Zhao
On Tue, Mar 1, 2011 at 1:18 PM, Yoyo Zhao <lww_y...@yahoo.com> wrote:
> I'm student of Fontys Hogeschool, the company I'm working at is a
> dutch company and the system they use are also in dutch that is why I
> got a dutch error back xD;
>
> about the password for the new user, I had converted the password to
> MD5 hash but I still can't login to that account

If you're using Digest authentication, the password is not just an md5 hash.
If the username is 'user' and the password is 'password', the hash
looks like this:

MD5('user:SabreDAV:password');

'SabreDAV' is the authentication realm. Don't forget the colons :. In
Digest terms this is called the A1 or HA1 hash.

Evert

Reply all
Reply to author
Forward
0 new messages