Directory Wizards Inc.

Solutions For Your Directory Needs

RSS feed




Latest Articles

2012
    March (1)
    April (1)
2011
    January (2)
    March (1)
    May (1)
    July (1)
    August (1)
    September (1)
    November (1)
2010
    January (1)
    February (1)
    March (2)
    May (2)
    June (1)
    September (1)
    November (1)
2009
    March (1)
    April (2)
    May (2)
    June (1)
    August (2)
    September (1)
    October (1)
    December (2)
2008
    January (3)
    March (2)
    April (1)
    May (1)
    June (1)
    August (2)
    September (1)
    October (1)
    November (1)
    December (2)
2007
    January (4)
    February (1)
    March (1)
    April (2)
    May (1)
    June (1)
    August (1)
    September (2)
    November (2)
2006
    July (1)
    August (1)
    October (2)
    December (1)
2005
    January (1)
    October (1)
    November (1)
2004
    April (1)
    October (1)
2003
    August (1)

Blog

Profiler v5 development
2006-12-06

Work has now officially begun on v5. This will be a complete re-write of the software. The goal of this re-write is flexibility and auto-discovery. Our first step towards auto-discovery has begun with some proof of concept code that can actively read the directory schema.

In LDAP terms the schema can be thought of as the data definition part of a database, each attribute has a specific syntax and rules on how it is handled. In the current version, we used a manually created table to list the common attributes. This proved in-flexible if you had a custom attribute or a different attribute from our list. Now with this new code we can automatically detect any schema changes you have made and adjust accordingly. No configuration change needed.

More postings will be made as a features are developed.

Happy Holidays!