Python-ldap Query MS Active Directory
I use Python to pull Active Directory information sometimes. In my case mainly to report or view information but also
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
I use Python to pull Active Directory information sometimes. In my case mainly to report or view information but also
Read MoreQuick sort routine… def sort(array): if len(array)
Read MoreQuick and simple Python list with node insert capabilty. class Node: def __init__(self,value): self.data = value self.next = 0 class
Read MoreWhen using the kernel enabled CIFS server on Solaris 11, we found that the idmap service picks Domain Controllers that
Read MoreWhile I am writing a curses based recording application in Python I thought it a good idea to jot down
Read MoreREF: http://stackoverflow.com/questions/261006/multidimensional-array-python
Read MoreTo troubleshoot when clients have issues accessing DFS shares. This occurs mostly over VPN connections. Just a few notes to
Read MoreA simple vbscript to allow recovery of DFS Replicated files that have been pushed into the ConflictAndDeleted or PreExisting folders
Read MoreJust a few useful commands. Note that bconsole commands can be scripted by echoing commands through a pipe to bconsole.
Read MoreSome notes on what I did to erase a tape in Bacula. unmount using bconsole *unmount The defined Storage resources
Read More