Postby kanderson » Wed Nov 07, 2007 5:23 pm
The best bet would be to have your application make an LDAP call to the scalix server. There really isn't a file that contains that information because it's dynamic.
If you need it as a file, you could dump it out with something like:
omsearch -s -m @ALL-ATTR@ > /tmp/dumpfile.txt
And parse it from there.
Alternately, if you just wanted names, maybe this would work better.
omshowu -m all > /tmp/dumpfile2.txt
Kev.