I would like to detect if a specific Domino Server is configured to use Domino Directory Assistanse.
So far I am aware of two areas to check:
- Notes.ini (variable Names).
As I understand if Names variable is defined in notes.ini it should always start within 'names' and then extra directories must follow. It seems I can simply check if length of Names variable is longer than 5 characters and if so - it means DA is configured on the server.
- Field in server document: 'Directory assistance database name'
If it is not empty, than I can say 'Directory assistance' is configured on the server.
Are my statements valid?
Thanks.