Lines Matching defs:container
1596 * cn=<sharename>,<container RDNs>,<domain DN>
1598 * If the domain DN is not included in the container parameter,
1604 smb_ads_get_sharedn(const char *sharename, const char *container,
1611 container_len = strlen(container);
1619 if (smb_strcasecmp(container + offset,
1626 container, domain_dn);
1629 container);
1641 * The container location to add the object needs to specified.
1712 * Call by smb_ads_remove_share to remove share object from ADS. The container
1800 * specified ADS container. The LDAP synchronous search command is used.
1870 * container then the existing share object is removed before adding the new
1966 * pre-defined Computers container).
2407 * container (i.e. cn=Computers). If not found, searches the entire directory.
2617 * create the account in either the default computer container named 'Computers'
2671 syslog(LOG_ERR, "Specified AD container (%s) "