search for: sparat

Displaying 5 results from an estimated 5 matches for "sparat".

Did you mean: spart
2017 Nov 15
2
Authenticate Postfix through Dovecot with slightly different LDAP settings
...ssdb { driver = ldap args = /etc/dovecot/dovecot-ldap.conf.ext } userdb { driver = ldap args = /etc/dovecot/dovecot-ldap.conf.ext } Excerpt from dovecot-ldap.conf.ext: user_filter = (& \ (objectClass=gosaMailAccount) \ (allowedServices=*I*) \ (uid=%u) \ ) I wanted to have sparate LDAP filters (allowedServices=*I* for Dovecot and allowedServices=*S* for Postfix), to be able to disable SMTP and IMAP independently. Does anybody know a way to separate those settings? Thanks in advance, Jakob
2004 Jun 30
1
Semaphore Time Expired
I am running Debian 'woody' with Samba 3.0.2 and am having a sparatic problem on my network. Some users will suddenly lose their connections to the samba shares and when trying to log in to the system again will get an error that windows cannot locate their roaming profile - "Semaphore time period has expired". It seems that if they wait for about 15 m...
2017 Nov 15
0
Authenticate Postfix through Dovecot with slightly different LDAP settings
...} > userdb { > driver = ldap > args = /etc/dovecot/dovecot-ldap.conf.ext > } > > Excerpt from dovecot-ldap.conf.ext: > > user_filter = (& \ > (objectClass=gosaMailAccount) \ > (allowedServices=*I*) \ > (uid=%u) \ > ) > > I wanted to have sparate LDAP filters (allowedServices=*I* for Dovecot > and allowedServices=*S* for Postfix), to be able to disable SMTP and > IMAP independently. Does anybody know a way to separate those settings? > > Thanks in advance, > Jakob You can use %1Ls variable to produce I or S. Aki
2014 Aug 22
0
Feedback: DNS workaround Samba 4 vs own zone files
...ixed MAC->IP for hardware fix belonging to the HOMELAN and a small (10 IPs) dyn. range for visitors - bind9 with manually maintained db. zone files - nothing fancy authorative for local net, caching or forwarding to ISP otherwise ... just some CNAME records to enable that the browser can sparate credentials for different services running on same hosts. I am neither an expert in DNS/DHCP nor do I know anything about kerberos or ldap :( - just the ordinary lazy "never change" guy ;). I started playing using BIN9_DLZ dns backend. After having everything in place I recognized th...
2013 Aug 27
1
Finding out CPU topology
Hi, I have been trying to find out CPU topology using libvirt. I understand that I can find out the number of cores/sockets/ threads etc through getCapabilities() function. What I am wondering is that is there any function that can provide me the exact topology like how many sockets, how many sockets per core and number of threads per core, if applicable or may be info about numa cells.  Is there