svn commit: samba r9698 - in branches/SAMBA_4_0/source: include lib/ldb/ldb_map lib/ldb/samba lib/ldb/tests scripting/ejs

tridge at samba.org tridge at samba.org
Sun Aug 28 06:33:50 GMT 2005


Jelmer,

 > +	/* sAMAccountName -> cn */
 > +	{
 > +		.local_name = "sAMAccountName",
 > +		.type = MAP_RENAME,
 > +		.u.rename.remote_name = "cn",
 > +	},
 > 
 > I think 'uid' is the appropriate mapping here.

Might it be better to have these mappings in a file? I imagine that we
will need to fine tune these mappings, and have different mappings for
different directry structures.

Jelmer, are they too intricate to put into a file? Perhaps in ldif
format?

Then we'd just need a way to pass arguments to modules, giving the
file name.

Cheers, Tridge


More information about the samba-technical mailing list