Hi,

yes i solved it. I had wrongly writen syntax.

Francis helped me:
mapping is a dictionary, not an array of strings.

mapping = {
o = company;
ou = department;
};


Mine active directory 2003 - mappings:

    mapping = {
        mozillaworkurl = wWWHomePage;
        o = company;
        ou = department;
        street = streetAddress;
    };

from .GNUstepDefaults:
                <key>mapping</key>
                <dict>
                    <key>o</key>
                    <string>company</string>
                    <key>ou</key>
                    <string>department</string>
                    <key>mozillaworkurl</key>
                    <string>wWWHomePage</string>
                    <key>street</key>
                    <string>streetAddress</string>
                </dict>

Do you have same syntax (key, dict, ...) in .GNUstepDefaults?

Kind Regards,
Martin Krpata

 Dne 9.5.2013 09:50, theoutlan...@o2.pl napsal(a):
Hi,

I also have a problem with using the "mapping". Were you able to solve it?
I have tried in various ways to add this feature but I always get the error
"NAME: NSInvalidArgumentException REASON: GSMutableArray (instance) does not
recognize AllKeys INFO: (null)" and the address book no longer works. After
some time, the whole sogo crashes.

Kind Regards,
Outlander

--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to