Microsoft ActiveDirectory サーバを使用する場合は、'userattr' として'samaccountname'を指定し、次の特殊なルールに基づいてActiveDirectoryのディレクトリ名を'basedn'に変換する必要があります。
When talking to a Microsoft ActiveDirectory server you have to use 'samaccountname' as the 'userattr' and follow special rules to translate the ActiveDirectory directory names into 'basedn'.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
You can add a new directory to Python's search path at runtime by adding the directory name to sys.path, and then Python will look in that directory as well, whenever you try to import a module. The effect lasts as long as Python is running.〔【出典】"Dive Into Python 3" by Mark Pilgrim ◆【和訳】Fukada & Fujimoto ◆【License】CC-BY-SA-3.0 〕
So what makes this if statement special? Well, modules are objects, and all modules have a built-in attribute __name__. A module's __name__ depends on how you're using the module. If you import the module, then __name__ is the module's filename, without a directory path or file extension.〔【出典】"Dive Into Python 3" by Mark Pilgrim ◆【和訳】Fukada & Fujimoto ◆【License】CC-BY-SA-3.0 〕
Optionally pass a filename or directory name to set the fortune file or directory, and, if passing a fortune file name, optionally pass the name of the header file.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
Parameter mixed $filelist- an array of filenames and directory names, or a single string with names separated by a single blank space.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕