org_unit         1847 source3/include/proto.h char *ads_ou_string(ADS_STRUCT *ads, const char *org_unit);
org_unit         1857 source3/include/proto.h                                    const char *org_unit);
org_unit         1859 source3/include/proto.h                                  const char *org_unit, bool *moved);
org_unit         1880 source3/include/proto.h 			uint32 account_type, const char *org_unit);
org_unit         1585 source3/libads/ldap.c char *ads_ou_string(ADS_STRUCT *ads, const char *org_unit)
org_unit         1589 source3/libads/ldap.c 	if (!org_unit || !*org_unit) {
org_unit         1597 source3/libads/ldap.c 	if (strequal(org_unit, "Computers")) {
org_unit         1604 source3/libads/ldap.c 	return ads_build_path(org_unit, "/", "ou=", 1);
org_unit         1963 source3/libads/ldap.c                                    const char *org_unit)
org_unit         1988 source3/libads/ldap.c 	new_dn = talloc_asprintf(ctx, "cn=%s,%s", machine_escaped, org_unit);
org_unit         2032 source3/libads/ldap.c                                  const char *org_unit, bool *moved)
org_unit         2061 source3/libads/ldap.c 	if (strequal(parent_dn, org_unit)) {
org_unit         2073 source3/libads/ldap.c 				    org_unit, 1, NULL, NULL);
org_unit         3416 source3/libads/ldap.c 			uint32 account_type, const char *org_unit)
org_unit         3438 source3/libads/ldap.c 	status = ads_add_machine_acct(ads, machine, account_type, org_unit);