Part of samba.kcc_utils View In Hierarchy
Known subclasses: samba.kcc_utils.NCReplica, samba.kcc_utils.Partition
Holds the DN, GUID, SID (if available) and type of the DN. Subclasses may inherit from this and specialize
| Method | __init__ | Instantiate a NamingContext |
| Method | __str__ | Debug dump string output of class |
| Method | is_schema | Return True if NC is schema |
| Method | is_domain | Return True if NC is domain |
| Method | is_application | Return True if NC is application |
| Method | is_config | Return True if NC is config |
| Method | identify_by_basedn | Given an NC object, identify what type is is thru the samdb basedn strings and NC sid value |
| Method | identify_by_dsa_attr | No summary |
| Parameters | nc_dnstr | NC dn string |
| nc_guid | NC guid | |
| nc_sid | NC sid |
| Parameters | attr | attr of nTDSDSA object where NC DN appears |