mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Add attribute syntax mapping to the existing OpenLDAP -> AD tool. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
403cbd3355
commit
ba1c652bae
@@ -1265,6 +1265,9 @@ uint64_t ldb_msg_find_attr_as_uint64(const struct ldb_message *msg,
|
||||
double ldb_msg_find_attr_as_double(const struct ldb_message *msg,
|
||||
const char *attr_name,
|
||||
double default_value);
|
||||
int ldb_msg_find_attr_as_bool(const struct ldb_message *msg,
|
||||
const char *attr_name,
|
||||
int default_value);
|
||||
const char *ldb_msg_find_attr_as_string(const struct ldb_message *msg,
|
||||
const char *attr_name,
|
||||
const char *default_value);
|
||||
|
||||
Reference in New Issue
Block a user