similar to: multiple domains/ ldap /smbldap_search function/pdbedit/

Displaying 20 results from an estimated 4000 matches similar to: "multiple domains/ ldap /smbldap_search function/pdbedit/"

2010 Jan 29
2
sieve script
Hello, after qmail migration need convert some .procmailrc scripts. Found converter procmail -> sieve, but i'm not sure of quality of conversion. My script: --------------- if header :contains "from" ["user at domain1.tld", "user2 at domain2.tld", "user3 at domain3.tld"] { redirect "foo1 at bar.tld"; redirect "foo2 at
2007 Apr 10
3
Link to local files
I have a small rails system I am building. Part of the code allow uploading files in to RailsRoot/public/files folder I am running this system is several places that have different domain and folder combinations. cases: 1) domain1.com/folder_a # where folder_a is a symbolic link from Apache document root to the public folder of rails app 2) domain2.com/folder_b/public # where folder_b is
2011 Jan 27
2
dovecot ACL
Hi in Dovecot 2.x with virtual domains, is there a way specify what domains can create shared directories and who can't? For example I have 3 domains, domain1.com, domain2.com and domain3.com. Let's say I only want domain1.com's users to create shared folders how can I go about doing this. Thanks, Paul
2009 Feb 11
1
Something weird about pdbedit.
Hi ! I'm running a samba domain controler under rhel 5. It's version 3.0.33-3.7.el5. I've also installed a ldap server to store users and groups and so on. When I try a pdbedit -v david, I get the following : Unix username: david NT username: david Account Flags: [U ] User SID: S-1-5-21-215069222-2822928016-2390355089-1016 Finding user
2008 Nov 29
2
Loginname - mapping
Hi! I have a server with a few thousand mailboxes (for a few hundred domains) on it. The usernames are following several naming conventions: username_domain domain_username username_domain.tld username-domain domain.username The reason for this chaos is that the accounts were set up on different mailservers, some imail, some linux, some with virtualmin and some manually and
2006 Jul 26
1
ldapsam ignores "ldap user suffix" when doing username lookup
Greetings. Since this is my first post to this list, hello everyone. Here's an issue concerning the ldapsam backend. I'm having a problem with the "ldap user suffix" param not being honored as expected. Specifically, when a user logs on, the "ldap user suffix" is ignored and the ldapsam backend attempts to lookup the user doing a full subtree search in the context
2008 Aug 27
1
nested group support still broken in 3.2.2?
Hi there I've just upgraded to 3.2.2 and it still looks like nested group support isn't finished? e.g. if I have "domain1/user1" in group "domain2/group1" and that in turn is in "domain3/group2" (i.e. domain1/user1 is in domain3/group2), then "getent group domain3/group2" should return domain1/user1 - and yet it doesn't. "winbind enum
2014 Mar 01
2
- automation script
Hi everybody, I have many server in production but I would verify this: ex.: I have many domain in /var/www/html/ (domain1 / domain2 / domain3) now, How I do check if the files are added or changed? I should apply this "politic" for all domains but I don't know how It is possible send me an email with the modification? so, exist diff command with some option but I don't
2014 Mar 21
3
Local account login failed when samba join to LDAP
Dears, My samba version is 3.6.4 I have a problem to co-work with open LDAP server. When samba join to open LDAP server, my local account can NOT login samba anymore, only LDAP account can login. When my samba come back to standalone, the local account is OK. Did I miss something? The following is my configuration files, I list the part of them, smb.conf server string = "Samba Server"
2006 Sep 18
1
joining domain fails because of no samba entries with 3.0.23c
Hello All, I am having a very strange problem with samba 3.0.23c. I upgraded everything from 3.0.9 and I am able to smbclient to the samba 3.0.23c PDC with the administrator user just fine. When I go to add a machine to the domain, it adds the unix machine account to the ou=computers like it is supposed to but none of the samba entries are added. I get an error on the windows side of
2016 May 18
4
passwd mismatch
I have been trying to follow the "instructions" at "http://blog.iandreev.com/?p=1975#dovecot" and they seem to be pretty good. everything works until I get to the part were I test the dovecot installation and it keeps failing. I get an AUTH fail error at the "telnet localhost 110" login commands I am trying to setup 3 domains: domain1.us domain2.com domain3.com I
2007 Nov 09
1
multi-subneted network browsing problem
Hi * I have a question about windows network browsing from linux box in a multi-subneted network. I have such network topology: my subnet is 10.105.27.224/27, there are 10 boxes in my subnet; also there are several other subnets - 10.105.27.0/27, 10.105.27.96/27, ..., 172.17.51.64/27, ..., 172.17.48.0/26, ... In our network we have one wins server with ip 172.17.48.13 that very likely configured
2009 Aug 11
9
can''t add vlans successfully
Hi, I want to add 2 vlans by the following steps: 1. add the vlan interfaces: vconfig add eth0 100 --vlan100 vconfig add eth0 101 --vlan101 2. modify the network-bridge script by the websit, http://wiki.xensource.com/xenwiki/XenNetworking#head-04ebcc1760dbc4678e83b116afa310dc0612dc39 Comment each time ifup or ifdown commands are executed.The reason is that ifdown ends with
2005 Feb 03
3
IAX dns lookups
Hi all Do any of you know i can force asterisk to lookup ip addresses for peers and trunks everytime it tries to make a call. One of the peers has a dynamic ip and is using DynDNS to register host. Now i need to reload asterisk everytime i want to call it thanks liaan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection
2009 Mar 06
2
pdbedit dosen't send the sambaSID to the ldap
Hi people: I have a Debian etch stable with the latests updates. When I try to join a computer to the domain I create the machine on the ldap and its created with the following atributes: dn:cn=test$,ou=Machines,dc=domain,dc=org objectClass: top objectClass: inetOrgPerson objectClass: posixAccount uidNumber: 3123 uid: test$ cn: test$ sn: test$ gidNumber: 604 homeDirectory: /dev/null loginShell:
2007 Jan 10
1
How to route email to a few domains via another SMTP host with Sendmail
Hi , I am running sendmail 8.13.1 on Cent OS 4.4. This Sendmail Server can not send emails to a few domains. Pls assume that these domains are domain1.com domain2.com domain3.com Now I want to know that Whether I can send emails to the above domains via another SMTP host. Pls note that I DO NOT want to send email to ALL THE DOMAINS via another SMTP host. -- Thank you Indunil Jayasooriya
2006 Jul 28
1
Problem with guest account samba 3.0.23a (smbd wont start)
Hi, I test samba 3.0.23a and I used a existant LDAP tree. But, samba 3.0.23a won't start : In smbd.log : ...... [2006/07/28 09:58:14, 10] registry/reg_cachehook.c:reghook_cache_add(61) reghook_cache_add: Adding key [/HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Ports] [2006/07/28 09:58:14, 8] lib/adt_tree.c:pathtree_add(201) pathtree_add: Enter [2006/07/28 09:58:14, 10]
2009 Dec 26
0
Problem using smbldap-groupadd / net group add
Hello, I've got a problem using ldap support on my Ubuntu jaunty. Here are the versions : samba/jaunty uptodate 2:3.3.2-1ubuntu3.2 smbldap-tools/jaunty uptodate 0.9.4-1 First of all, smbldap-groupadd don't use the sambaNextRid to create a group, it compute it. Is this a normal way ? I've patch smbldap-groupadd to do this : - #$group_rid = 2*$_groupGidNumber+1001; +
2010 Dec 24
1
Migrate from Maildir to mdbox
Looking at http://wiki2.dovecot.org/Migration/MailFormat, I do not see much on how to do a migration from Maildir to mdbox. That page isn't quite updated it looks. I have several domains (virtual) with the following storage layout: /var/spool/virtual/$domain. So the users have their mail stored as follows: /var/spool/virtual/domain1/$user/Maildir /var/spool/virtual/domain2/$user/Maildir
2017 Sep 20
2
samba bad password count reset between logins (not loaded from login_cache.tdb)
I recently migrated our samba PDC to an LDAP backend on a test machine. Testing my account policies, I found out that the password lockout did not work. When authentication fail, samba seems to call init_ldap_from_sam asking to update the bad password count. When I set the lockout threshold to 1, the account is locked after a failed attempt and the badPasswordCount attribute is updated correctly