Changing log level of two entries to DBG_NOTICE
commit18879dab9affffd79a647a4de697512c03e04425
authorMarc Muehlfeld <mmuehlfeld@samba.org>
Tue, 3 Nov 2015 09:09:13 +0000 (3 10:09 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Nov 2015 23:46:15 +0000 (4 00:46 +0100)
tree798dac0c6b44081788ddcd29ac38608589d9d73a
parentd5cdfa0f82e82b41490450571a155acfad66e85c
Changing log level of two entries to DBG_NOTICE

On domain members using RFC2307, machine acccounts without an uidNumber
attribute are not retrieved via idmap_ad. This leads to many of the following
two error messages:
   Username DOMAIN\machineaccountname$ is invalid on this system
and
   Failed to map kerberos principal to system user (NT_STATUS_LOGON_FAILURE)
Machine accounts don't have an uidNumber attribute, if not set manually. To
avoid flooding the logs, setting message from debug level 1 to DBG_NOTICE.

Bugreport: https://bugzilla.samba.org/show_bug.cgi?id=9912

Signed-off-by: Marc Muehlfeld <mmuehlfeld@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Nov  4 00:46:15 CET 2015 on sn-devel-104
source3/auth/auth_generic.c
source3/auth/user_krb5.c