Getting Sun Calendar (csconfigurator.sh/comm_dssetup.pl) - my LDAP server

I currently am trying to install a Sun Calendar server on a CentOS4
machine which has working kerberos/ldap server access. Unfortunately
when I try to run the csconfigurator script, despite correct entries
and connections verified through 'ldapsearch' on a command line, I
receive a protocol error #2 when csconfigurator tries to verify the
connection to the LDAP server.
I am using openldap on a ubuntu instance for the kerberos/ldap server,
I believe that it is using v3 of LDAP. Is there anything in
particular I need to know about how Calendar wants to access LDAP? I
know that I saw a lot of documentation referring to Sun's Directory
Server; all of the documentation that I dug up on this gave me the
impression that it was just a standard LDAP server, thus leading me to
believe that my current LDAP server should work alright.
I would appreciate any pointers in the right direction or tips, and
I'm certainly able to cut 'n paste any information that would be
applicable to this issue. I really need to try to get this calendar
server online as fast as possible, but the documentation that I've
found seems to gloss over some of the areas where I'm having issues.
Thanks for your time!
-Damon Getsman

You didn't mention which LDAP server you are using, however, JCS is really designed to work with Sun Directory Server.
That isn't to say that one could not run JCS against OpenLDAP, etc but you would need to potentially modify the schema files that are part of comm_dssetup.pl
The JCS 5 release notes contain product requirements:
[http://docs.sun.com/app/docs/doc/819-4439/6n6jehs0r?a=view]
The sequence is to install LDAP (nominally Sun DSEE), run comm_dssetup.pl, and then install Calendar Server against your LDAP instance.

Similar Messages

  • SUN Calendar Server

    HI
    I had a problem with my LDAP server but sorted that out but now when my staff try and log into the calendar server online, i get a "page cannot be displayed".
    Has anyone seen this before and fixed it?
    Many Thanks in advance
    Andy Middleton

    qtel wrote:
    How can I resolve them ?Log a Sun support request.
    Regards,
    Shane.

  • Sun Calendar 6.2 : IP addresses in logaccess

    Hello,
    We have activated the logaccess in your calendar 6.2 front-end (cshttpd). Date, hostname, HTTP query, User Agent... are logged, but no IP Addresses.
    We need this information to investigate some problems and we don't find any parameters in the documentation to add it.
    So, our question is : Is it possible to get IP addresses in logaccess of Sun Calendar ?
    Thanks.

    With Calendar 6.2, in my httpd.access logfile, i discover some IP addresses from clients !
    [14/May/2009:13:06:15 +0200] agenda cshttpd[14910]: General Notice: [172.17.103.174] - - "GET / HTTP/1.0" 200 7107 check_http/v1861 (nagios-plugins 1.4.11)Notice the [] arround the IP adresses.
    Normally, i find only the hostmane of the server :
    [14/May/2009:13:08:30 +0200] agenda cshttpd[14909]: General Notice: agenda.mydomain.fr:82 - - "GET / HTTP/1.1" 200 9749 Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1So, the behavior is not the same with Firefox than with the HTTP Nagios client. Why ?
    I discover that nagios don't send the Host header in the HTTP request. Firefox and many others HTTP clients send this header.
    A simple telnet example :
    $ telnet 10.202.242.5 82
    Trying 10.202.242.5...
    Connected to agenda.mydomain.fr (10.202.242.5).
    Escape character is '^]'.
    GET / 1.1I get in the log :
    [14/May/2009:13:20:35 +0200] agenda cshttpd[14910]: General Notice: [172.17.103.174] - - "GET / HTTP/1.1" 200 7107 -Now, with the Host header
    $ telnet 10.202.242.5 82
    Trying 10.202.242.5...
    Connected to agenda.mydomain.fr (10.202.242.5).
    Escape character is '^]'.
    GET / HTTP/1.1
    Host: agenda.mydomain.fr
    I get in the log :
    [14/May/2009:13:22:45 +0200] agenda cshttpd[14909]: General Notice: agenda.mydomain.fr - - "GET / HTTP/1.1" 200 7107 -So, if there is no Host header in the request, IP from clients is dispayed, else it's the host header. Strange behavior, isn't it ?
    Jean-Charles

  • Get all calendars from root

    Hi guys,
    I am developing an integration with EWS based on php. I am using a library I found https://github.com/jamesiarmes/php-ews
    In my case users have various calendars hanging from the root, I get access to the default calendar by this:
    $request->ParentFolderIds->DistinguishedFolderId->Id = EWSType_DistinguishedFolderIdNameType::CALENDAR;
    $response = $ews->FindFolder($request);
    I also get access to shared calendars by this:
    $request->ParentFolderIds->DistinguishedFolderId->Id = EWSType_DistinguishedFolderIdNameType::PUBLIC_FOLDERS_ROOT;
    $response = $ews->FindFolder($request);
    But I am getting crazy to get all calendars hanging from the root. If I asked for all folders on the root I don't get those calendars. What service and params do I need to send to get all calendars from the root?
    Thanks!!

    If you make a FindFolder Request set the Traversal to Deep and use a restriction on the FolderClass to IPF.Appointment that should return all the Calendar folders in a mailbox eg
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="
    http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://sc
    hemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xml
    soap.org/soap/envelope/">
    <soap:Header>
    <t:RequestServerVersion Version="Exchange2013_SP1" />
    </soap:Header>
    <soap:Body>
    <m:FindFolder Traversal="Deep">
    <m:FolderShape>
    <t:BaseShape>AllProperties</t:BaseShape>
    </m:FolderShape>
    <m:IndexedPageFolderView MaxEntriesReturned="1000" Offset="0" BasePoint=
    "Beginning" />
    <m:Restriction>
    <t:IsEqualTo>
    <t:FieldURI FieldURI="folder:FolderClass" />
    <t:FieldURIOrConstant>
    <t:Constant Value="IPF.Appointment" />
    </t:FieldURIOrConstant>
    </t:IsEqualTo>
    </m:Restriction>
    <m:ParentFolderIds>
    <t:DistinguishedFolderId Id="msgfolderroot" />
    </m:ParentFolderIds>
    </m:FindFolder>
    </soap:Body>
    </soap:Envelope>
    Cheers
    Glen

  • I've done everything I know in order to get my calendar in iCloud synchronized with my macBook, my IPad and my iPhone, but get no success. I've checked if all devices are set to the same account. Can you help me?

    I've done everything I know in order to get my calendar in iCloud synchronized with my macBook, my IPad and my iPhone, but get no success. I've checked if all devices are set to the same account. Can you help me?

    The only thing I can see strange is that when I login my iCloud account through my principal email address, when I check my preferences is marked an @me.com address that is old and I don't use it anymore, but I can't erase it or even change it.

  • How do I get my calendar to sync on iCloud?  I changed a calendar event on my iPhone 4 and it has not changed in Entourage on my MacBook.  This is supposed to be automatic, isn't it?

    How do I get my calendar to sync on iCloud?  I changed a calendar event on my iPhone 4 and it has not changed in Entourage on my MacBook.  This is supposed to be automatic, isn't it?

    Entourage will not sync with iCloud, not now, probably not ever, time to change.

  • How do I get my calendar on my ipad to sync with my calendar on my iphone 4s?

    How do I get my calendar on my ipad to sync with my calendar on my iphone 4s?

    I've done all of these things, and nothing is working. I understand how the cloud is supposed to work, and I understand how to sync via itunes. For some reason, the calendar is the only thing that isn't syncing.
    I have support on the phone now. We've figured out that if I make a calendar entry on icloud from my PC, it follows through on my phone and ipad. Same if I make the entry on my iphone - it follows to icloud on my PC and ipad. But when I make the entry on the ipad, it doesn't follow through to my iphone or icloud on my PC.
    I've had a tech walking me through all of this for about a half hour now. Can't figure it out. He's checking with his senior tech, has me on hold right now. It's looking like I may have to make a trip to my nearest Apple store, 45 minutes away.

  • HT2967 I have an iPhone and keep my calendar into it.  I have synced all photos. How do I get the calendar to sync with my MacBook Pro?

    I have an iPhone and keep my calendar into it.  I have synced all photos. How do I get the calendar to sync with my MacBook Pro?

    Enable iCloud on both, and Calendars on the iPhone should sync with iCal on the Mac wirelessly.

  • How do I get a calendar notification with travel time/traffic info?

    Hi everybody,
    I saw an IOS 8 screenshot showing a calendar reminder in the lock screen that not only showed the upcoming calendar event info, but also said something like "to be in time, you should leave at 11:31". On the web page showing that screenshot, it was also said that this travel time info takes the current traffic info into account.
    When I add a calendar event, I'm setting the proper event address plus the travel time option based on my location, and I'm also setting a calendar alert to something like "Notify me 1h prior leaving time". And actually, I'm getting that notification - but without that neat info when to leave exactly (which seems to include the current traffic info as said above)!
    To be clear, I'm not talking about the traffic conditions WIDGET. This works flawlessly on my iPhone 5s with IOS 8. I'm talking about a lock screen calendar reminder that included the time to leave for an appointment!
    I'm inserting the screenshot here (it's actually in German as I am from Germany):
    Can anybody help on how to get those calendar reminders?
    Best,
    Gero

    Hello gerofromronnenberg
    To see that information, you would need to swipe down to bring up Notification Center to bring up the time that you should need to leave your current location.
    Notification Center
    http://help.apple.com/iphone/8/#/iph6534c01bc
    Regards,
    -Norm G. 

  • Bug iCal and Exchange 2007 - try to get shared calendars from colleagues...

    When I go to options --> accounts --> delegate, iCal comes with an error (94)
    Here I can't find any option to ask my colleagues' permission to view their calendar.
    I now added one person, and since then iCal crashes when I click the delegate tab. The person is not to be found in the list, but that could be because the app freezes instantly.
    When I restart iCal it starts opening the calendar of my colleague (which doesn't work, because permission is not granted). My calendar is not shown on startup (VERY annoying!!!)
    What to do to get my calendar back??
    And how do I get rid of the crash? On that tab is also the button located to grant my colleagues permission to my calendar, and that I need to click... but iCal freezes

    I was so excited when work finally upgraded our Macs to Snow Leopard hoping I was getting off of Entourage for good and yet, here I am again, needing it because this doesn't work for me.
    This means I still need Entourage to see my boss' calendar.
    Please fix this.

  • How to get SUBSCRIBED calendars synched on iPhone/MobileMe

    Create, and place this Apple script in your Appliations folder
    Instructions follow the script...
    -- iCal Duplicator 2.0
    -- MobileMe Push Sync with iCal does not currently support susbcribed calendars. This has disappointed some like
    -- myself, who rely extensively on subscribed calendars. This kludgy solution copies events from a subscribed calendar
    -- to a local calendar. Set your calendar names in the script, then run the script on a weekly/daily basis or manually to
    -- update your local copy/copies based on the subscribed calendar.
    -- Support for copying from multiple calendars has been added. You'll need to enter the source and destination names as
    -- pairs. If you want multiple subscribed calendars copied into one local calendar, you can enter the local calendar names
    -- multiple times as I have for the "Combined - Local" calendar.
    -- Christian Lindemer, July 15th, 2008 {macosxhints (a) dethbunny (.) net}
    -- * * * Edit values to match actual calendar names * * *
    -- The subscribed calendars
    property sourceCalendarNames : {"Davidcopy", "Othercopy"}
    -- The blank local calendar(s) to copy in to, in the same order as the source calendars
    property destinationCalendarNames : {"Davidcopy", "Other"}
    -- how many days to go back - the more you add, the slower the script runs.
    property oldEntryDays : 1
    on run
    --make sure we have valid names.
    try
    tell application "iCal"
    repeat with testName in sourceCalendarNames
    --this throws an error if there is no calendar with the given name, thus checking the calendar's validity.
    set testCal to (the first calendar whose title is the testName)
    end repeat
    repeat with testName in destinationCalendarNames
    set testCal to (the first calendar whose title is the testName)
    end repeat
    end tell
    on error
    --if a name can't be found, alert user and halt.
    calendarNotFound(testName)
    return --this effectively quits the script
    end try
    repeat with destName in destinationCalendarNames
    clearEvents(destName)
    end repeat
    set calendarCount to 1
    --repeat through all calendar names
    repeat with sourceName in sourceCalendarNames
    --get the calendar names and pass them to the copyEvents function
    set destinationName to item calendarCount of destinationCalendarNames
    copyEvents(sourceName, destinationName)
    set calendarCount to (calendarCount + 1)
    end repeat --repeat through all calendar pairs
    end run
    on calendarNotFound(notFoundName)
    display alert "Calendar named " & notFoundName & " was not found in iCal. Please edit the script to match your calendars."
    end calendarNotFound
    on clearEvents(destCalName)
    tell application "iCal"
    --Clear the destination calendar
    set destCalendar to (the first calendar whose title is the destCalName)
    set calendarEvents to (events of destCalendar) -- get the destination calendar's event list
    repeat with myEvent in calendarEvents -- delete each existing event
    delete myEvent
    end repeat
    end tell
    end clearEvents
    on copyEvents(sourceCalName, destCalName)
    tell application "iCal"
    set sourceCalendar to (the first calendar whose title is the sourceCalName)
    set destCalendar to (the first calendar whose title is the destCalName)
    set calendarEvents to (events of sourceCalendar) -- get the calendar's event list
    repeat with myEvent in calendarEvents -- repeat for each item found in the source event list
    --Don't bother with old events
    if start date of myEvent > ((current date) - oldEntryDays * days) then --event is in future, or within prefs for old entries
    -- gather relevant details of event to create new event with
    set eventStart to start date of myEvent
    set eventEnd to end date of myEvent
    set eventAllDay to allday event of myEvent
    set eventSummary to summary of myEvent
    -- create event in destination calendar with details of subscribed event
    tell destCalendar
    make new event at end with properties {summary:eventSummary, start date:eventStart, end date:eventEnd, allday event:eventAllDay}
    end tell
    end if --if not older than 'oldEntryDays' days ago
    end repeat --iterate through entries in source calendar
    end tell
    end copyEvents
    Let's say you have a subscribed calendar named "David"
    Go into iCal and create a new calendar ("on my Mac") named "Davidcopy" with the same color as your subscribed calendar.
    Repeat for any other subscribed cals you want to sync to iPhone.
    Open the CopyCal script
    Edit the first line of (uncommented) code which starts with property sourceCalendarNames:
    Change the names of the cals in this list to match the subscribed cals you wish to copy
    Edit the list on the next line to match the NEW cals you created ("Davidcopy" etc)
    Next look at iCal and uncheck the subscribed cals.
    Run the script and watch the copying take place.
    Now to automate this, set up an event everyday (as often as you like). Preferably this can be in another calendar you don't publish - so everyone doesn't have it cluttering their view of your cal.
    For example I have events named "sync" at 9:30am and 5pm every weekday. For the alarm, use "Run Script" and choose the CopyCal.scpt.

    on copyEvents(sourceCalName, destCalName)
    tell application "iCal"
    set sourceCalendar to (the first calendar whose title is the sourceCalName)
    set destCalendar to (the first calendar whose title is the destCalName)
    set calendarEvents to (events of sourceCalendar) -- get the calendar's event list
    repeat with myEvent in calendarEvents -- repeat for each item found in the source event list
    --Don't bother with old events
    if start date of myEvent > ((current date) - oldEntryDays * days) then --event is in future, or within prefs for old entries
    -- gather relevant details of event to create new event with
    set eventStart to start date of myEvent
    set eventEnd to end date of myEvent
    set eventAllDay to allday event of myEvent
    set eventSummary to summary of myEvent
    set eventRecurrence to recurrence of myEvent
    -- create event in destination calendar with details of subscribed event
    tell destCalendar
    make new event at end with properties {summary:eventSummary, start date:eventStart, end date:eventEnd, allday event:eventAllDay, recurrence:eventRecurrence}
    end tell
    end if --if not older than 'oldEntryDays' days ago
    end repeat --iterate through entries in source calendar
    end tell
    end copyEvents

  • How do I get my calendar and contacts data to sync to computer?

    After instal of Maverick, iPhone data syncs to iCloud, but not to computer.  How do I get my calendar and contacts data to sync to computer?

    Sounds like your Mac is not logged into the same iCloud account that your phone is.  When Mavericks is installed it prompts you for an AppleID during setup. 
    Unfortunately and confusingly it then uses that AppleID to help you set up the Apple Store, iCloud, and Messages even though many users do not use the same AppleID for all of those services.  This is particularly true of familys that share one AppleID for the "Store" but use separate AppleID's for each users iCloud data.
    Therefore, put your iPhone next to your Mac and go to "Settings" > "iCloud".  Make sure that the iCloud account listed on your iPhone is the same as the one listed when you go to "System Preferences" > "iCloud" on your Mac.  If they match (or not) then click "sign out" on your Mac to disconnect the account.  Then, on the Mac (still in the iCloud preference pane), log (back) into the same iCloud account being used on your iPhone and enable the same set of services that are enabled on your iPhone (particularly calendar and contacts).
    Then, open the Contacts application on the mac and iCal on the Mac and walk away for a few minutes to allow the data to sync.  You may then want to create a test calendar event and change a contact to see if they sync up.
    One additional thought is to make sure that your iPhone is set to "Push" for iCloud. That will assure that it's syncing immediately while you are testing this.
    Hope this helps.

  • How do i get my calendar, which is on my ipad, onto my iphone? I lost my calendar after the upgrade today.

    How do I get my calendar, which is on my ipad, onto my iphone?  I lost my iphone calendar after the upgrade this morning.

    I have iCloud set on my iphone, ipad and mac. But, for some reason, my mac has no calendar and now neither does my iphone.  Fortunately my ipad has my calendar - but I must get that back on my iphone.  I haven't synced by ipad to anything manually - but I assume icloud should have everything.  When I added an appt on my iphone calendar - it immediately duplicated on my ipad.

  • How do i get my calendar off my old iphone to my new iphone

    how do i get my calendar off my old iphone to my new iphone

    you can use icloud to back up your calender so that you can acsees the calender on your new device.

  • The last update turned on iCloud. How do I get my calendar to sync with outlook now?

    The last update turned on iCloud. How do I get my calendar to sync with outlook now?

    iCloud wasn't on, I accepted iTunes offer to upgrade to 6.1.1.
    Next time I went to sync through iTunes, iCloud was on.
    Your advice appears to have solved my problem...for now.
    Thank you.
    Historically, the upgrade to 6.0 lost all of my contacts.
    A manual restore brought them back.
    Tech support said "Oh, that happens sometimes, you have to back up before upgrades", fortunately I do.
    Again, thank you for the help.

Maybe you are looking for