Mitel Forums - The Unofficial Source
Mitel Forums => Mitel Software Applications => Topic started by: I-c-e-m-a-n on July 30, 2018, 08:11:26 AM
-
Hi,
anybody knows in which logfile the MiCollab server would write down the user AD authentication messages?
AD authentication for the MiCollab users is working well but customer reports that they see a lot of log on failed errors with different accounts from the MiCollab server IP address in the logfiles on the domain controller.
Regards
-
I recently went looking for the MiCollab users authentication logs and couldn't find them anywhere. I would love to know where to find them.
-
I think mom server may have this
-
I am just guessing here, but start in /var/log and grep for something you expect would be in the log, eg an AD username you're testing with. If you're not certain which subdirectory, you can
grep -i username `find -type f`
[-i to make it case-insensitive].
-
mom server log was the right one