15 Jan 2015
 
Tirasa

Java library for Windows NT security descriptor management

Written by fabio

Java library available to read and update Active Directory ntSecurityDescriptor attribute.

Read All »

02 Dec 2013
 
Tirasa

Inhibiting line-wrap in ldapsearch output

Written by fabio

As you should know, each ldapsearch line output is wrapped: the max size of a line output is of 79 characters. By the way, as is so often the case, ldapsearch output is retrieved to be automatically processed by a script or something else: in these cases the line wrapping usually is a big problem.

Read All »

18 Nov 2013
 
Tirasa

Getting around Active Directory search size limit via ldapsearch

Written by fabio

Asking for a large set of results via ldapsearch to an Active Directory (AD) you will get a "size limit exceeded" error message. Searches of Active Directory performed without paging are limited to returning a maximum of the first 1000 records.

Read All »

12 Jul 2013
 
Tirasa

Rename ldap entry via ldapmodify

Written by fabio

Wow, today I learned a wonderful thing: the ldif syntax to rename an ldap/AD entry. If you want to rename "mario.rossi" with "Mario Rossi" you can do the following.

Read All »