Re: [lsc-users] Error checking XML patterns

2017-09-29 Thread Clément OUDOT
Le 29/09/2017 à 17:27, Bruno Miguel Martins a écrit : Hi Clément, I am currently checking that out, although I broke my LDAPS connect to AD, with the following error: [root@lcs jre]# /usr/bin/lsc -f /etc/lsc/openldap2ad -s all -c all Sep 29 16:26:10 - INFO - Logging configuration

Re: [lsc-users] Error checking XML patterns

2017-09-29 Thread Bruno Miguel Martins
-boun...@lists.lsc-project.org] On Behalf Of Clément OUDOT Sent: 22 de setembro de 2017 16:32 To: lsc-users@lists.lsc-project.org Subject: Re: [lsc-users] Error checking XML patterns Le 22/09/2017 à 17:08, Bruno Miguel Martins a écrit : > Can I just keep source LDAP user's password, inst

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Clément OUDOT
Le 22/09/2017 à 17:08, Bruno Miguel Martins a écrit : Can I just keep source LDAP user's password, instead of defining a new one at the time of syncing users to Active Directory? See https://lsc-project.org/documentation/howto/activedirectory#password_synchronization It is only possible

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Bruno Miguel Martins
ronization Connector (LSC) - Start here! <lsc-users@lists.lsc-project.org> Subject: Re: [lsc-users] Error checking XML patterns [This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] Sorry for not m

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Bruno Miguel Martins
: [lsc-users] Error checking XML patterns Le 22/09/2017 à 16:43, Bruno Miguel Martins a écrit : > Thanks, that's fixed! > > What about this one? > > Sep 22 15:41:50 - ERROR - Error while adding entry cn=User > 01,ou=O365,dc=bmartins,dc=xyz in directory > :javax.naming.Operation

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Clément OUDOT
Le 22/09/2017 à 16:43, Bruno Miguel Martins a écrit : Thanks, that's fixed! What about this one? Sep 22 15:41:50 - ERROR - Error while adding entry cn=User 01,ou=O365,dc=bmartins,dc=xyz in directory :javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 052D: SvcErr:

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Bruno Miguel Martins
close! ;-) Cheers, -Original Message- From: lsc-users [mailto:lsc-users-boun...@lists.lsc-project.org] On Behalf Of Clément OUDOT Sent: 22 de setembro de 2017 15:05 To: lsc-users@lists.lsc-project.org Subject: Re: [lsc-users] Error checking XML patterns Le 22/09/2017 à 15:29, Bruno

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Clément OUDOT
Le 22/09/2017 à 15:29, Bruno Miguel Martins a écrit : Hi Clément, Here it is: https://pastebin.com/05Cqhhmv You set nothing in . You need to construct here the destintation DN. -- Clément OUDOT Consultant en logiciels libres, Expert infrastructure et sécurité Savoir-faire Linux 137

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Bruno Miguel Martins
Hi Clément, Here it is: https://pastebin.com/05Cqhhmv Thanks! -Original Message- From: lsc-users [mailto:lsc-users-boun...@lists.lsc-project.org] On Behalf Of Clément OUDOT Sent: 22 de setembro de 2017 07:58 To: lsc-users@lists.lsc-project.org Subject: Re: [lsc-users] Error checking

Re: [lsc-users] Error checking XML patterns

2017-09-22 Thread Clément OUDOT
Le 21/09/2017 à 18:44, Bruno Miguel Martins a écrit : Hi again list, It looks like I've made some progress, now getting the following error: Sep 21 17:41:20 - ERROR - Fail to compute expression: ... on id=uid=administrator,ou=Users,dc=bmartinsldap,dc=xyz Reason:

Re: [lsc-users] Error checking XML patterns

2017-09-21 Thread Bruno Miguel Martins
Hi again list, It looks like I've made some progress, now getting the following error: Sep 21 17:41:20 - ERROR - Fail to compute expression: ... on id=uid=administrator,ou=Users,dc=bmartinsldap,dc=xyz Reason: javax.script.ScriptException: sun.org.mozilla.javascript.EvaluatorException: syntax

Re: [lsc-users] Error checking XML patterns

2017-09-21 Thread Bruno Miguel Martins
Ok, I've found that it was a problem on which file to write what. Now I am getting the following error: Sep 21 16:55:48 - ERROR - Unable to load configuration (org.lsc.exception.LscConfigurationException: Configuration exception: null) org.lsc.exception.LscConfigurationException: Configuration

[lsc-users] Error checking XML patterns

2017-09-21 Thread Bruno Miguel Martins
Hi guys, First of all, thanks for making this project available! Highly appreciated! I am testing LSC in a lab environment and my goal is to import users and groups from OpenLDAP to Active Directory. I am using this guide to accomplish that: