mirror of
https://gitlab.bht-berlin.de/innovisionlab/ldapbodge.git
synced 2025-05-21 09:04:34 +02:00
fixed formating
This commit is contained in:
parent
3472d75815
commit
9cb5b35941
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
1
main.py
1
main.py
@ -8,7 +8,6 @@ def init_ldap(server, user, pw):
|
||||
con.simple_bind_s(user, pw)
|
||||
return con
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
server = sys.argv[1]
|
||||
user = sys.argv[2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user