samba_attributes  700 source4/lib/ldb-samba/ldif_handlers.c } samba_attributes[] = {
samba_attributes  740 source4/lib/ldb-samba/ldif_handlers.c 	for (i=0; i < ARRAY_SIZE(samba_attributes); i++) {
samba_attributes  744 source4/lib/ldb-samba/ldif_handlers.c 		s = ldb_samba_syntax_by_name(ldb, samba_attributes[i].syntax);
samba_attributes  747 source4/lib/ldb-samba/ldif_handlers.c 			s = ldb_standard_syntax_by_name(ldb, samba_attributes[i].syntax);
samba_attributes  754 source4/lib/ldb-samba/ldif_handlers.c 		ret = ldb_schema_attribute_add_with_syntax(ldb, samba_attributes[i].name, LDB_ATTR_FLAG_FIXED, s);