Filtered Index

Filtered by: LDAP

Lightweight Directory Access Protocol
wschreiber's picture
article
Reads:

3974

Score:
3.75
3.8
4
 
Comments:

0


HowTo: Make your Move (in IDM Workflows)

IDM Designer and Workflow activities allow for various entity operations, namely Create, Modify, and Delete operations.

There is no entity operation to move an object, and none to rename.

As a workaround you may consider writing some driver that does the move/rename for you, but imagine how much easier your life could be with a Move/Rename entity operation within the workflow.

Here's an easy way to accomplish this.

phavekes's picture
tool
Reads:

5985

Score:
3.333335
3.3
3
 
Comments:

0


Sample Code - LDAPNetAddr (Updated)

An update to the verry handy cool solution Sample Code - LDAPNetAddr
I found that recently our edir returned an addresstype 9 (tcp) instead of 1 (IP), which wasn't handled correctly by the sample code. I've modified the code to handle these addresses correctly.

sashwin's picture
article
Reads:

4585

Score:
4
4
2
 
Comments:

1


Output of Large Attribute Values of LDAP Search in Single Line

The output from ldapsearch is sent to stdout as LDIF (LDAP Interchange Format). The format is reasonably readable, but not very flexible. In particular, lines longer than 78 characters are split, with the following line starting with a space. In many cases it is necessary to post-process the output to make it more readable. To obtain the output in single line one useful trick is that piping the LDIF through perl will undo the line splitting mentioned above (lines starting with a space are joined to the previous line). Use the following command of perl to undo the splitting.

Submitted by: sashwin on Wed. 10.27.2010
Filed Under: Identity & Security Management Cool Solutions, Cool Solutions
Topic: LDAP
Product: eDirectory

jimsc's picture
tool
Reads:

5480

Score:
3
3
2
 
Comments:

0


ACL Reset Version 5.0

Perl program to recreate all the default ACL's for users.

Submitted by: jimsc on Thu. 09.23.2010
Filed Under: Identity & Security Management Cool Solutions, Cool Solutions
Topic: LDAP, Rights, Trustee
Product: eDirectory

cdrew's picture
tool
Reads:

19149

Score:
3.09091
3.1
11
 
Comments:

54


cdrew's picture
tool
Reads:

6465

Score:
2.6
2.6
5
 
Comments:

2


© 2013 Novell