Page 1 of 1

SIS Indexing with Integrated OpenLDAP

Posted: Wed Jan 17, 2007 2:09 pm
by davidz
Our Scalix server is syncing with our OpenLDAP server for it's users and passwords. So when I go into SAC all the users are grayed out (this is ok because I use my LDAP directory to manage everything). But SIS is new with this version (11). So is there something I can add to my LDAP directory to turn this feature on/off? Or do I just need to do it from the CLI?

Thanks for the help!

Posted: Wed Jan 24, 2007 10:28 am
by davidz
<bump>

Posted: Wed Jan 24, 2007 1:30 pm
by ls-al
Although it maybe possible to enhance your LDAP-schema with additional attributes to get this functionality I would not recommend it at this point.
Currently it is unfortunately not possible to edit any of these additonal attributes from SAC. There is already an enhancement request for the "Recovery Folder" which is scheduled for one of the next patches. I will enhance this for the SIS-functionality.

Until then you can use the CLI

For SIS:

Code: Select all

ommodu -o username --index none # switch index off
ommodu -o username --index auto # switch it on with automatic SIS-URL
sxmkindex username              # (re-) generate the index for the given user


For the recovery folders:

Code: Select all

ommodu -o username --recovery Y # on
ommodu -o username --recovery N # should I comment this?

Posted: Wed Jan 24, 2007 1:33 pm
by davidz
Thank you for the information!!