Am 25.06.11 01:02, schrieb Ludovic Marcotte

Show the LDIF entry of that resource and the associated SOGoUserSources
entry resolving it.


Here you are:

[sogo@limbe ~]$ defaults read sogod
[...]
sogod SOGoUserSources '(
[...]
,
  {
        CNFieldName = cn;
        IDFieldName = uid;
        KindFieldName = uniknSOGoKind;
        MultipleBookingsFieldName = uniknSOGoMultipleBookings;
        UIDFieldName = uid;
        baseDN = "ou=resources,o=Universitaet Konstanz,c=DE";
        bindFields = (
            uid,
            mail
        );
        canAuthenticate = YES;
        displayName = "Univ. Resources";
        hostname = "ldap.internal.uni-konstanz.de";
        id = unikn_res;
        isAddressBook = YES;
        port = 389;
        type = ldap;
    }
)'

[sogo@limbe ~]$ ldapsearch -x -b "ou=resources,o=Universitaet Konstanz,c=DE" [email protected]
# extended LDIF
#
# LDAPv3
# base <ou=resources,o=Universitaet Konstanz,c=DE> with scope subtree
# filter: [email protected]
# requesting: ALL
#

# room.v303, resources, Universitaet Konstanz, DE
dn: uid=room.v303,ou=resources,o=Universitaet Konstanz,c=DE
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: inetMailUser
uid: room.v303
mail: [email protected]
cn: Besprechungsraum V303
sn: V303
uniknSOGoMultipleBookings: 1
uniknSOGoKind: location

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
[sogo@limbe ~]$



In the Web Interface all is going well, but with thunderbird / lightning (and iCal) when using "[email protected]" as attendee it will mark the meeting as reserved in v303's calendar (it is there!) but it won't answer with an accept, the participant status stays on undecided.

Free/Busy-Calls also get answered properly when using [email protected].


Pascal

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to