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

Title: MiCollab AD authentication logs
Post 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
Title: Re: MiCollab AD authentication logs
Post by: VinceWhirlwind on July 30, 2018, 07:52:13 PM
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.
Title: Re: MiCollab AD authentication logs
Post by: johnp on July 31, 2018, 08:23:38 AM
I think mom server may have this
Title: Re: MiCollab AD authentication logs
Post by: Dogbreath on August 03, 2018, 05:37:04 AM
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

Code: [Select]
grep -i username `find -type f`
[-i to make it case-insensitive].
Title: Re: MiCollab AD authentication logs
Post by: I-c-e-m-a-n on August 10, 2018, 11:39:15 AM
mom server log was the right one