search for: testou

Displaying 4 results from an estimated 4 matches for "testou".

Did you mean: testo
2020 Aug 24
0
Set/Restrict Owner Rights for OU-Admin
...works fine and as expected. In our Samba Domain, it doesnt work. We tried to implement the same rights as in our old domain from gui and command line. Samba Version 4.12.6 Here a small bash script to setup an example via command line: ============= #!/bin/bash # variables used in the script TestOU="TestSamba-OU-OWNER-RIGHTS" TestUser="TestSamba-User-OR" TestUserPWD="TestUserPW1!" TestGroup="acl-ad_TestSamba-Group-OR_ou-rw" Base_OU_DN="DC=ad,DC=something,DC=com" Group_OWNER_RIGHTS="OWNER RIGHTS" AD="AD\\" Test_OU_DN=&quot...
2014 Apr 07
2
Dovecot LDAP issue
...2.0.19 ------------------------------------------------------- grep -v '^ *\(#.*\)\?$' /etc/dovecot/dovecot-ldap.conf hosts = server.domain.tld:389 ldap_version = 3 auth_bind = yes dn = vmail at domain.tld dnpass = somepassword base = ou=testou,dc=domain,dc=tld scope = subtree deref = never user_filter = (&(userPrincipalName=%u)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2))) pass_filter = (&(userPrincipalName=%u)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2...
2014 Aug 05
1
samba-tool syntax error?
I am using the following syntax to create a new user samba-tool user add user passwd --userou=Faculty --given-name=new --surname=user --gecos=198 --mail-address=newuser at myschool.edu Which gives me the following error: ERROR(<type 'exceptions.ValueError'>): Failed to add user 'user': - unable to parse dn string File
2014 Apr 08
2
Dovecot LDAP issue
...46 PM, Deeztek Support wrote: >>>>>>> >>>>>>> I'm authenticating users through AD and it seems to work with no >>>>>>> problems. Unfortunately, when I try to send e-mail from a user who's >>>>>>> not in the testou container I get the following error: >>>>>>> >>>>>>> Sender address rejected: User unknown in virtual mailbox table> >>>>>>> #SMTP#. >>>>>>> >>>>>> >>>>>> Looks like a Post...