|
__init__(self,
dn_or_cachetree,
bind_dn=None,
bind_pw=None,
filter=' objectClass=* ' ,
config_defaults={ ' AdminRDN ' : ' cn=admin ' , ' AutomountRDN ' : ' ou=automount ' , ' Base ... ,
update_schema_cache=False,
use_cache_history=True,
ldapsession=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_tree_basedn(thisClass)
returns the base DN of the cached easyLDAPtree. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
new_object(self,
object_dn,
object_data=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find_newUidNumber(self,
min_uidNumber=None,
max_uidNumber=None,
searchbase=None)
self.find_newUidNumber (minUID,maxUID,myPEOPLEBASEDN) |
source code
|
|
|
find_newGidNumber(self,
min_gidNumber=None,
max_gidNumber=None,
searchbase=None)
searches the connected LDAP server for the lowest vacant gidNumber
between minGID and maxGID. |
source code
|
|
Inherited from easyLDAP_class_base.easyLDAP :
__del__ ,
adminbind ,
adminbind_norefresh ,
anonymous_bind ,
anonymous_bind_norefresh ,
attrtype_needs_objectclass ,
bind ,
bind_norefresh ,
check_objectclass_dependencies ,
cn_bind ,
cn_bind_norefresh ,
generate_attributetypes_dict ,
generate_ldapsyntaxes_dict ,
generate_objectclass_dict ,
generate_reverse_attributetypes_dict ,
get_admin_dn ,
get_attributetypes ,
get_attrtype_aliases ,
get_basedn ,
get_cache_reference ,
get_groups_basedn ,
get_hosts_basedn ,
get_objectclasses ,
get_parent_dn ,
get_parent_rdn ,
get_people_basedn ,
get_samba3_algorithmicRidBase ,
get_samba3_domainSID ,
get_samelevel_dns ,
get_sublevel_dns ,
get_sublevel_rdns ,
get_subtree_dns ,
get_used_attroptions ,
get_used_attrtype_oids ,
get_used_attrtypes ,
has_oid_set ,
has_samba2_schema ,
has_samba3_schema ,
has_valid_attrtype ,
is_collectiveattr ,
is_nousermodattr ,
is_obsoleteattr ,
is_pyldapobject ,
is_pyldaptree ,
is_singlevalueattr ,
is_valid_attrtype ,
is_valid_objectclass ,
map_attrtype2ldapsyntax ,
map_attrtype2ldapsyntaxname ,
map_attrtype2ldapsyntaxoid ,
map_attrtype2objectclasses ,
map_attrtype2valuemaxlen ,
map_attrtypes2oids ,
map_cn2dn ,
map_dn2ufn ,
map_gid2dn ,
map_gid2gidNumber ,
map_gidNumber2gid ,
map_objectclass2attr ,
map_oid2attrtypes ,
map_ou2dn ,
map_uid2dn ,
map_uid2posixgroups ,
map_uid2uniquemembergroups ,
map_uidNumber2uid ,
search ,
show_objectclass ,
uid_bind ,
uid_bind_norefresh
|