Displaying 3 results from an estimated 3 matches for "ldap_groups".
Did you mean:
  ldap_group
  
2010 Mar 19
0
ACL + shared-imap + nested AD groups
...I'm looking for a solution to use nested AD groups for authorization in
shared-imap folders(namespace public).
As a simple hack to determine the (primary) groups of a user we use the
following setup with a post-login script:
in dovecot.conf
...
protocol imap {
mail_executable = /etc/dovecot/ldap_groups.sh
...
ldap_groups.sh
ACL_GROUPS=`ldapsearch -h ldapserver -p 3268 -s sub -D "cn=ldap mail, ou=user,
ou=global, ou=xxx, dc=xxx, dc=local" -b "ou=xxx, dc=xxx, dc=local"
"(&(sAMAccountName=$USER))" -LLL memberOf -w password | grep "memberOf: CN=" |
sed &...
2018 Jun 08
2
samba4+squid3+ntlm
Hello: 
I have a squid3 with aunteticacion ntlm integrated to samba4 but in workstations with windows 8.1 constantly asked for the username and password and it does not let the user navigate, use debian 8 + samba 4.7.7, no idea because that happens in client with windows 7 works well. 
smb.conf 
workgroup = MYDOMINIO 
security = ads 
netbios name = srv-proxy 
server string = Servidor Proxy de
2015 Apr 08
0
can't create folders under shared mailbox's INBOX
...ervice auth {
  unix_listener auth-userdb {
    group = vmail
    user = vmail
  }
}
service config {
  unix_listener config {
    user = vmail
  }
}
service imap-login {
  process_limit = 500
  process_min_avail = 2
  user = vmail
}
service imap-postlogin {
  executable = script-login /etc/dovecot/ldap_groups.sh
  user = vmail
}
service imap {
  executable = imap imap-postlogin
}
service lmtp {
  inet_listener lmtp {
    address = 127.0.0.1
    port = 24
  }
  unix_listener lmtp {
    mode = 0666
  }
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
}
ssl_cert = </etc/pki/tls/...