Page 1 of 1

Can't delete Integrated (LDAP-SCALIX) users

Posted: Thu Apr 23, 2015 5:38 am
by yeshwant
Hi,

Recently I Integrate LDAP Users to Scalix Server. I'm not able to delete this users from SAC. and using SA 11

Please help to find out the issue. :cry: :cry:

--Yesh

Re: Can't delete Integrated (LDAP-SCALIX) users

Posted: Thu Apr 23, 2015 5:52 am
by prakashnikhar
Hi Yesh,

You can't manage integrated user in SAC, because SA 11 is one way synchronization. to delete this user use ADUC (LDAP) or CLI (Scalix Server).

--Prakash

Re: Can't delete Integrated (LDAP-SCALIX) users

Posted: Thu Apr 23, 2015 6:03 am
by yeshwant
Hi,

To delete the users from ADUC it's very simple, i tried to delete user via CLI.

Code: Select all

omdelu -n "test.user@TEST.COM"


And below error is coming.

Code: Select all

[OM 8013] The name/mailnode contains invalid characters


-YESH

Re: Can't delete Integrated (LDAP-SCALIX) users

Posted: Thu Apr 23, 2015 6:06 am
by prakashnikhar
Yesh,

You are using wrong parameters, could you check below parameters??

Code: Select all

omdelu -n "TEST USER"


OR

Code: Select all

omdelu test.user@TEST.COM



--Prakash

Re: Can't delete Integrated (LDAP-SCALIX) users

Posted: Thu Apr 23, 2015 6:18 am
by yeshwant
Thanks prakash,

Now able to delete Integrated user via CLI,

Thanks for quick respose.

_YESH