I'll take a look to it. Thank you for your answer.
Best regards.
Karim.


-------- Message original --------
Objet : Re: [lsc-users] some output not in clear text
De : Jephte Clain
À : "General discussions and help for Ldap Synchronization Connector (LSC) - Start here!"
Cc :


hello,

this is basic LDIF knowledge: under some circumstances, the values have to be base64-encoded. you may want to read a little bit about the LDIF format to understand better.

you can get the value by yourself with a simple command from linux:
$ base64 -d <<<"Q049Q2hhcHVpcyBMYXVyZW50IC0gSS5FLk4sT1U9X1V0aWxpc2F0ZXVycyxPVT1BY2Fkw6ltaWUsREM9YWMtbHlvbixEQz1sb2NhbA=="
CN=Chapuis Laurent - I.E.N,OU=_Utilisateurs,OU=Académie,DC=ac-lyon,DC=local

$ base64 -d <<<"QWZmZWN0YXRpb24gY2hhbmfDqWUgMDY5MDEzM1YgLT4gMDAxMDAxNk0gLSBDb21wdGUgZMOpc2FjdGl2w6k="
Affectation changée 0690133V -> 0010016M - Compte désactivé

the encoding (base64) does not change the actual value, it's just a presentation that is mandated by the standard

regards,
Jephté Clain

Le jeu. 7 mars 2019 à 19:44, Karim Ayari <[email protected]> a écrit :

hello,

i'm sorry but can you tell me why the dn and the description are not in clear text ? maybe something to configure in the logback.xml file ?

only the company attribute is in clear and i got the same thing in the generated ldif file :


# Thu Mar 07 15:59:44 CET 2019
dn:: Q049Um9sbGFuZCBNYXJpZS1Ob2VsbGUsT1U9X1V0aWxpc2F0ZXVycyxPVT1BY2Fkw6ltaWUsREM9YWMtbHlvbixEQz1sb2NhbA==
changetype: modify
replace: company
company: 0691670R
-

# Thu Mar 07 15:59:44 CET 2019
dn:: Q049Q2hhcHVpcyBMYXVyZW50IC0gSS5FLk4sT1U9X1V0aWxpc2F0ZXVycyxPVT1BY2Fkw6ltaWUsREM9YWMtbHlvbixEQz1sb2NhbA==
changetype: modify
replace: description
description:: QWZmZWN0YXRpb24gY2hhbmfDqWUgMDY5MDEzM1YgLT4gMDAxMDAxNk0gLSBDb21wdGUgZMOpc2FjdGl2w6k=
-

thank you

_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users


--

Jephté Clain

Développeur, intégrateur d'applications

Direction des Systèmes d'Information

Université de La Réunion

Interne : 2107 | Externe : +262 262 93 86 31 | Mobile : +262 692 29 58 24


_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to