diff options
author | Simo Sorce <idra@samba.org> | 2007-04-06 19:55:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:13 -0500 |
commit | ca70c3cde7b2068f7665a4bf11359c10e75bc85a (patch) | |
tree | 3ca4e0b84a6107ce00f94b5d39450060a8e28c57 /source3/nsswitch/idmap.c | |
parent | d4f15433352b9decda2f2a59906aa0f74dac0fb7 (diff) | |
download | samba-ca70c3cde7b2068f7665a4bf11359c10e75bc85a.tar.gz samba-ca70c3cde7b2068f7665a4bf11359c10e75bc85a.tar.xz samba-ca70c3cde7b2068f7665a4bf11359c10e75bc85a.zip |
r22109: Readonly is automatically set in the generic init code, let's just log the fact there
and remove the specific, but redundant, code in idmap_ad.c
(This used to be commit f127803734f9ae16e400b8a91e1e1910fd49b7f3)
Diffstat (limited to 'source3/nsswitch/idmap.c')
-rw-r--r-- | source3/nsswitch/idmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/idmap.c b/source3/nsswitch/idmap.c index 104be86777..1bd93affac 100644 --- a/source3/nsswitch/idmap.c +++ b/source3/nsswitch/idmap.c @@ -407,6 +407,7 @@ NTSTATUS idmap_init(void) /* check the set_mapping function exists otherwise mark the module as readonly */ if ( ! dom->methods->set_mapping) { + DEBUG(5, ("Forcing to readonly, as ithis module can't store arbitrary mappings.\n")); dom->readonly = True; } |