>| 7.1) Properties >+------------------------------------------ >config application >config/list_size_limit count 0 >config/stability astring Unstable >config/value_authorization astring solaris.smf.value.idmap >config/machine_sid astring S-1-5-21-2222538-1943029186-2633689026 >config/domain_name astring domain.local
I don't see anything in your config settings that tells idmap to be using ldap to get the mappings. Since you're using 2k3R2 with RFC2307, you should probably be using the idmu locations for the mappings. # svccfg -s svc:/system/idmap setprop config/directory_based_mapping=astring: idmu Then refresh the idmap service: # svcadm refresh idmap Check the setting and restart the service: # svcprop -p config idmap # svcadm restart idmap And see if that makes a difference. -Drew -- This message posted from opensolaris.org _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
