首页 |  我的博客 |  查看该博主内容分类 | 
摘要: 示例 import re from django.conf import settings from ldap3 import Server, Connection, SIMPLE, SUBTREE ldap_server = Server(f'ldap://{settings.AD_HOST}') 阅读全文
posted @ 2024-03-29 19:44 Z哎呀 阅读(110) 评论(0) 推荐(0)
摘要: 解决办法 settings配置文件位置的改变,导致BASE_DIR改变,使得operation_file的filename路径改变,打印BASE_DIR的值,适当调整 阅读全文
posted @ 2024-03-29 09:46 Z哎呀 阅读(52) 评论(0) 推荐(0)