Displaying 20 results from an estimated 20 matches for "bordengrammar".
2007 Apr 18
0
Samba / Winbind / LDAP - Can't access shares
...c/samba/passdb.tdb
passdb backend = ldapsam:ldap://localhost
# In case of compatibility issues
# Use the samba2 LDAP schema:
# passdb backend = ldapsam_compat:ldaps://ldap.mydomain.com smbpasswd guest
idmap backend = ldap:ldap://localhost
ldap admin dn =
cn=Administrator,dc=bordengrammar,dc=kent,dc=sch,dc=uk
# ldap ssl = start_tls
#ldap port = 389
ldap suffix = dc=bordengrammar,dc=kent,dc=sch,dc=uk
ldap machine suffix = ou=Hosts
ldap user suffix = ou=People
ldap group suffix = ou=Group
ldap idmap suffix = ou=Idmap
# Example for AD-ish l...
2013 Aug 08
2
Samba 4 with LDAP proxy in DMZ
...dmin tools to delegate
control of the directory server to that user with read only access to
user and group details. When I try to access the directory using this
account, I get the following error message (the password is definitely
correct):
# ldapsearch -LLL -H ldap://127.0.0.1 -b
'dc=bordengrammar,dc=kent,dc=sch,dc=uk' -D
'cn=ldapbindacc,cn=Users,dc=bordengrammar,dc=kent,dc=sch,dc=uk' -W
'(sAMAccountName=Test.User)'
Enter LDAP Password:
ldap_bind: Invalid credentials (49)
additional info: Simple Bind Failed: NT_STATUS_LOGON_FAILURE
As I'm moving fro Samba 3 to...
2014 May 19
1
Zero byte files
...aled them to be empty. Has anyone had a
similar problem? I've been looking for 3 days and there's obvious
pattern to the events occurring.
The box authenticates against a server 2008R2 DC and the config file is
shown below:
[global]
netbios name = FILESERVER1
workgroup = BGS
realm = BORDENGRAMMAR.LDM
security = ads
idmap uid = 10000-50000
idmap gid = 10000-50000
max open files = 100000
winbind enum users = yes
winbind nested groups = yes
winbind refresh tickets = yes
winbind use default domain = no
client use spnego = yes
client ntlmv2 auth = no
encrypt passwords = yes
restrict anonymous =...
2011 Feb 19
1
Winbind, pdbedit - does not belong to our domain
...but I keep getting error messages in
pdbedit as below:
smbldap_search_domain_info: Searching
for:[(&(objectClass=sambaDomain)(sambaDomainName=PROXY))]
smbldap_open_connection: connection opened
ldap_connect_system: successful connection to the LDAP server
smbldap_search_paged: base => [dc=bordengrammar,dc=kent,dc=sch,dc=uk],
filter => [(&(uid=*)(objectclass=sambaSamAccount))],scope => [2],
pagesize => [1024]
smbldap_search_paged: search was successful
sid S-1-5-21-2387947558-1535987125-4294967295-1000 does not belong to
our domain
sid S-1-5-21-5543384853-2091317229-2861916464-2998...
2007 Oct 01
2
Logging logins with preexec and Samba/LDAP
Hi all,
I had the following line in my smb.conf with which to log access to the
home share when users logged in:
preexec = /bin/echo \"%u logged in to %m at %T\" >>
/var/log/samba/logons.log
Since updating to LDAP however, it's stopped working and I suspect that smbldap cant handle the % substitutions for user, machine and time. Has anyone else run into this problem? If
2010 Dec 02
0
Home directory weirdness after upgrade from 3.0.33 to 3.5.6
...add machine script = /usr/sbin/smbldap-useradd -w -d /dev/null
-c 'Machine Account' -s /bin/false '%u'
enable privileges = yes
passdb backend = ldapsam:ldap://172.20.0.253
idmap backend = ldap:ldap://172.20.0.253
ldap admin dn = cn=Manager,dc=bordengrammar,dc=kent,dc=sch,dc=uk
ldap suffix = dc=bordengrammar,dc=kent,dc=sch,dc=uk
ldap machine suffix = ou=Users
ldap user suffix = ou=Users
ldap group suffix = ou=Groups
ldap idmap suffix = ou=Idmap
#============================ Share Definitions
=============...
2010 Feb 01
2
Samba multi-site advice request please
Hi all,
I am looking at setting up a multi-site office and need to put a plan
forward. The site consists of one head office and several branch office
and my plan so far is this:
In head office, one Samba PDC. Each branch office will have a local BDC
that also stores files local to the branch, hopefully cutting down the
day to day traffic across the VPN. The VPN I plan to use is OpenVPN in
2013 Aug 09
1
How to bind to the LADP server in Samba 4
Hi,
I need to write a (Perl) script that will access the LDAP server that is
bunddled in Samba 4.
What DN should I use to authenticate?
Best regards,
Olivier
--
2005 May 13
1
cupsaddsmb problem
Hi all,
I have a problem with adding point and print to a print server. The server
details are as follows:
700MHz Celeron + 384MB RAM
Mandriva LE2005 (Mandrake 10.2)
Samba 3.0.13-2mdk
CUPS 1.1.23
cups drivers 10.2-0.11
gimpprint-cups 2-1.1.23-11
foomatic 3.0.2-1
The server is bound to an NT4 based domain (to be replaced with Linux/Samba in
the summer) and winbind works fine with wbinfo -u and
2016 Jan 19
1
Samba 4, server 2012 and functional levels
Hi all,
Excuse ignorance but I've mainly used Samba DCs in the past and just
want to check this before I do something stupid.
I have a server 2012R2 domain controller but the functional level is set
to server 2008r2. Does this mean that it's running a schema consistent
with 2008R2 and that I could hook Samba 4 up to as an RODC or would it
still break?
Thanks in advance,
Julian PB
2006 May 25
0
Adding machines and machine based logins
Hi All,
I am hoping to set up machine based logins on our Samba server (3.0.21c/RedHat
EL4). I have the following lines in the global section to my smb.conf:
[global]
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u
passdb backend = tdbsam:/etc/samba/passdb.tdb
add
2006 Nov 03
1
Cupsaddsmb fails
Hi All,
I have Samba 3.0.22-1ubuntu4 running on Ubuntu 6.01 (eft) and am trying to
add printers using cupsaddsmb. On running it I get the following:
root@pykota:/home/printeradmin# cupsaddsmb -U root -a -v
Password for root required to access /var/run/cups/cups.sock via SAMBA:
Running command: smbclient ///var/run/cups/cups.sock/print$ -N -A
/var/spool/cups/tmp/454b654e20cfa -c 'mkdir
2007 Aug 09
0
Profiles with an LDAP backend being overridden
Hi All,
I've got LDAP running as the backend to Samba 3.0.24 and am trying to
set the profile directories to mandatory for one group of users and
roaming for another. To this end I'm using the sambaProfilePath in LDAP
but it's getting overridden by something that's setting it to %u. As a
result of this, when I log out of an account which points to the
mandatory profile, it
2008 Feb 06
1
Domain Administrator problems
Hi All,
I have a tdbsam backend on Samba PDC and am trying to set a user up as a
domain admin. I read that instead of the old admin users line in
smb.conf you now use net groupmap to map unix groups to NT groups.
I have a user called toni in unix group admins and have run:
net groupmap add rid=512 ntgroup="Domain Admins" unixgroup=admins
running:
net groupmap list gives:
Domain
2013 Oct 14
0
Samba 4 internal DNS and reverse zones
Hi All,
I currently have another thread open on squid authentication with Samba
4 and am going to try authenticating against kerberos instead of NTLM.
According to the docs for the web filter I'm using, it's essential for
Kerberos to be able to resolve reverse DNS so I've spent the last
weekend trying to get this working. Various different documents and
howtos exist but none of
2007 Apr 17
0
LDAP PDC migration gone wrong.
Hi All,
I have a problem following the migration of my PDC's backend from tdbsam
to LDAP. We started out with a PDC called SMB1 which ran with a tdbsam
backend. I used pdbedit to convert it to LDAP and built a new server
onto which the LDIF file was loaded. Samba was then setup to use the
LDAP server as a backend. So far so good, Samba runs against LDAP and I
was able to add 60 new XP
2013 Oct 10
1
Samba 4 and squid ntlm auth
Hi List,
Looking for assistance with a squid authentication problem against Samba 4.
The squid proxy we're using worked fine on our old Samba 3 domain with
500+ users but keeps freezing on our new Samba 4 domain. I've joined
the proxy using net ads join and the samba 4 network is a clean build as
we wanted to leave any baggage from the old one behind.
What we now have is a situation
2007 Aug 24
1
Windows XP joining Samba/LDAP domain problem (User cannot be found) [SOLVED]
To anyone out there who's having problems joining their Samba/LDAP
domain with XP here's a solution. The main symptom is that the XP join
domain gui returns a "user cannot be found" error. The setup that I
experienced this on was configured and managed using the smbldap-tools
package. Usual disclaimer applies if it fails to work, you are
responsible for backing up your
2005 Nov 15
9
Multiple Login scripts
Hi all,
Just a quick question about login scripts for a large number of users who
change rooms a lot.
I have several rooms each with a printer, and nearly a thousand users divided
into two main groups - pupils and teachers who change rooms on a routine
basis. Is it possible to set up multiple login scripts that would be executed
in sequence i.e. run by user is %u, and machine is %m is it
2010 Jul 06
3
Cross subnet browsing + OpenVPN
Hi All,
I'm having a problem with cross subnet browsing and name resolution across
an openvpn tunnel. i've found quite a few people who've had the same on
mail lists but none of their fixes have worked. The spec of the setups at
both ends of the tunnel are as follows:
OS - CentOS 5.5
Samba Version 3.5.4
OpenVPN Version 2.0.9-1
Each server is configured in gateway mode with two NICS,