AgenDAV and Baikal — Can't login Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!UNIX based calendar solution that works with Mac, iPhone, and LinuxWhat ports need to be open for Calendar and Contacts services to facilitate calendar resources on Mac OSX Server 10.8I can not use calendars hosted on the server with Thunderbird and LightningBaikal Server 0.4.5 Sync-Error 403 Forbidden
Is there any word for a place full of confusion?
Did any compiler fully use 80-bit floating point?
What does the writing on Poe's helmet say?
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
After Sam didn't return home in the end, were he and Al still friends?
Special flights
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Caught masturbating at work
Simple Line in LaTeX Help!
Can you force honesty by using the Speak with Dead and Zone of Truth spells together?
The test team as an enemy of development? And how can this be avoided?
A proverb that is used to imply that you have unexpectedly faced a big problem
Can an iPhone 7 be made to function as a NFC Tag?
Why is the change of basis formula counter-intuitive? [See details]
How does light 'choose' between wave and particle behaviour?
Mounting TV on a weird wall that has some material between the drywall and stud
What are the main differences between the original Stargate SG-1 and the Final Cut edition?
Why datecode is SO IMPORTANT to chip manufacturers?
Tannaka duality for semisimple groups
What is a more techy Technical Writer job title that isn't cutesy or confusing?
New Order #6: Easter Egg
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
AgenDAV and Baikal — Can't login
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!UNIX based calendar solution that works with Mac, iPhone, and LinuxWhat ports need to be open for Calendar and Contacts services to facilitate calendar resources on Mac OSX Server 10.8I can not use calendars hosted on the server with Thunderbird and LightningBaikal Server 0.4.5 Sync-Error 403 Forbidden
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a Baikal DAV-Server running and it is already working fine with roundcube (contacts) and my Android phone. Now I wanted to setup AgenDAV as web-client. So far so good but when I try to login into the AgenDAV front-end I always get a wrong username / password error.
The login data is 100& correct as it is working on Roundcube / Android. I also tested it with curl...
curl --basic --user my-user:my-pass http://dav.site.com/cal.php/principals/my-user/
... and this works aswell. Still, if I login via AgenDAV the Baikal log throws:
[IP] - - [21/Oct/2013:11:56:28 +0200] "OPTIONS /cal.php/principals/my-user/ HTTP/1.1" 401 729 "-" "AgenDAV v1.3.0-dev"
Any help is really appreciated! Thanks!
caldav
add a comment |
I have a Baikal DAV-Server running and it is already working fine with roundcube (contacts) and my Android phone. Now I wanted to setup AgenDAV as web-client. So far so good but when I try to login into the AgenDAV front-end I always get a wrong username / password error.
The login data is 100& correct as it is working on Roundcube / Android. I also tested it with curl...
curl --basic --user my-user:my-pass http://dav.site.com/cal.php/principals/my-user/
... and this works aswell. Still, if I login via AgenDAV the Baikal log throws:
[IP] - - [21/Oct/2013:11:56:28 +0200] "OPTIONS /cal.php/principals/my-user/ HTTP/1.1" 401 729 "-" "AgenDAV v1.3.0-dev"
Any help is really appreciated! Thanks!
caldav
add a comment |
I have a Baikal DAV-Server running and it is already working fine with roundcube (contacts) and my Android phone. Now I wanted to setup AgenDAV as web-client. So far so good but when I try to login into the AgenDAV front-end I always get a wrong username / password error.
The login data is 100& correct as it is working on Roundcube / Android. I also tested it with curl...
curl --basic --user my-user:my-pass http://dav.site.com/cal.php/principals/my-user/
... and this works aswell. Still, if I login via AgenDAV the Baikal log throws:
[IP] - - [21/Oct/2013:11:56:28 +0200] "OPTIONS /cal.php/principals/my-user/ HTTP/1.1" 401 729 "-" "AgenDAV v1.3.0-dev"
Any help is really appreciated! Thanks!
caldav
I have a Baikal DAV-Server running and it is already working fine with roundcube (contacts) and my Android phone. Now I wanted to setup AgenDAV as web-client. So far so good but when I try to login into the AgenDAV front-end I always get a wrong username / password error.
The login data is 100& correct as it is working on Roundcube / Android. I also tested it with curl...
curl --basic --user my-user:my-pass http://dav.site.com/cal.php/principals/my-user/
... and this works aswell. Still, if I login via AgenDAV the Baikal log throws:
[IP] - - [21/Oct/2013:11:56:28 +0200] "OPTIONS /cal.php/principals/my-user/ HTTP/1.1" 401 729 "-" "AgenDAV v1.3.0-dev"
Any help is really appreciated! Thanks!
caldav
caldav
asked Oct 21 '13 at 9:57
user195697user195697
113
113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I've just made it work with the help of http://www.trbtr.de/pmw/pmwiki.php/Text/Baikal-caldavzap
Use a text editor to open config.js in CalDavZAP's main directory.
disable globalAccountSettings
change globalNetworkCheckSettings to the URL for your server:
var globalNetworkCheckSettings={href: 'http://your.server.xyz/bk/cal.php/principals/',... (leave or change other params as you like)
enable var globalUseJqueryAuth=true;
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f547495%2fagendav-and-baikal-cant-login%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've just made it work with the help of http://www.trbtr.de/pmw/pmwiki.php/Text/Baikal-caldavzap
Use a text editor to open config.js in CalDavZAP's main directory.
disable globalAccountSettings
change globalNetworkCheckSettings to the URL for your server:
var globalNetworkCheckSettings={href: 'http://your.server.xyz/bk/cal.php/principals/',... (leave or change other params as you like)
enable var globalUseJqueryAuth=true;
add a comment |
I've just made it work with the help of http://www.trbtr.de/pmw/pmwiki.php/Text/Baikal-caldavzap
Use a text editor to open config.js in CalDavZAP's main directory.
disable globalAccountSettings
change globalNetworkCheckSettings to the URL for your server:
var globalNetworkCheckSettings={href: 'http://your.server.xyz/bk/cal.php/principals/',... (leave or change other params as you like)
enable var globalUseJqueryAuth=true;
add a comment |
I've just made it work with the help of http://www.trbtr.de/pmw/pmwiki.php/Text/Baikal-caldavzap
Use a text editor to open config.js in CalDavZAP's main directory.
disable globalAccountSettings
change globalNetworkCheckSettings to the URL for your server:
var globalNetworkCheckSettings={href: 'http://your.server.xyz/bk/cal.php/principals/',... (leave or change other params as you like)
enable var globalUseJqueryAuth=true;
I've just made it work with the help of http://www.trbtr.de/pmw/pmwiki.php/Text/Baikal-caldavzap
Use a text editor to open config.js in CalDavZAP's main directory.
disable globalAccountSettings
change globalNetworkCheckSettings to the URL for your server:
var globalNetworkCheckSettings={href: 'http://your.server.xyz/bk/cal.php/principals/',... (leave or change other params as you like)
enable var globalUseJqueryAuth=true;
answered Jan 9 '14 at 17:52
Frederick NordFrederick Nord
1287
1287
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f547495%2fagendav-and-baikal-cant-login%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown