-
Thanks for answering !
-
My Testflow Image:
-
My Testflow :
[
{
"id": "a8cca73b.2e6068",
"type": "debug",
"z": "637f0695.31d718",
"name": "",
"active": true,
"console": "false",
"complete": "false",
"x": 1430,
"y": 1100,
"wires": []
},
{
"id": "23454771.fb60a8",
"type": "inject",
"z": "637f0695.31d718",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": "",
"topic": "",
"payload": "my.email@company.com",
"payloadType": "str",
"x": 970,
"y": 1100,
"wires": [
[
"25d47256.d4853e",
"c6e98dce.ca5d28"
]
]
},
{
"id": "25d47256.d4853e",
"type": "ldap out",
"z": "637f0695.31d718",
"name": "",
"topic": "",
"base": "DC=myvalue DC=myvalue",
"filter": "uid={{payload}}",
"server": "ab7709a7.36bd88",
"x": 1230,
"y": 1100,
"wires": [
[
"a8cca73b.2e6068"
]
]
},
{
"id": "c6e98dce.ca5d28",
"type": "debug",
"z": "637f0695.31d718",
"name": "",
"active": true,
"console": "false",
"complete": "false",
"x": 1250,
"y": 1160,
"wires": []
},
{
"id": "ab7709a7.36bd88",
"type": "ldap",
"z": "",
"server": "Ldaps://url",
"port": "636",
"tls": false,
"tlsCert": ""
}
]
i had to change the real data for security.
- What do i get :
i only get one debug message in the sidebar, the lower debug node gives me the correct message.
but i dont get anything more.
With real informations the Node switches between "bound" and "disconnected"
do i need tls for ldaps, and if it is so - where do i get the tls cert file ?
ldap is something new for me, so i would be happy if you can help me into that.
Greetings
Chorum