similar to: AD and winbindd madness

Displaying 20 results from an estimated 700 matches similar to: "AD and winbindd madness"

2005 Mar 22
1
net utility (3.0.12) acting strange
Hi all I am running a Suse-9.1 distribution on a server and have been runnig samba from 3.0.4 up to 3.0.11 succesfully on the beast. I have got openldap 2.2.11 running and the server works as a PDC using the LDAP repository I always downloaded the sources compiled the stuff and off it went without any problems. Yesterday I compiled the 3.0.12 on the machine and when I fired it up I realized
2005 Mar 22
0
3.0.12 net utility acting strange
Hi all I am running a Suse-9.1 distribution on a server and have been runnig samba from 3.0.4 up to 3.0.11 succesfully on the beast. I have got openldap 2.2.11 running and the server works as a PDC using the LDAP repository I always downloaded the sources compiled the stuff and off it went without any problems. Yesterday I compiled the 3.0.12 on the machine and when I fired it up I realized
2016 Dec 14
1
netbios alias and AD trouble
Hello there I've got two samba servers srv1 and srv2 smb.conf for srv1: netbios aliases srv1-alias smb.conf for srv2: netbios aliases srv2-alias DNS is configured all right and resolves the names. Each name has got its own IP address. Both servers are AD members, run as expected and can be connected to via their netbios and netbios alias names. If, for example, srv1 fails I want to add
2006 Feb 27
0
acl and winbindd woes
Hello We have got a samba PDC and BDC running openldap as a backend and it works pretty well. I set up another samba File-Server and joined the domain all right. Also set up winbindd using the idmap facility via ldap. On the File-Server when I do a "wbinfo -n joe" I get "S-1-5-21-1133090748-3639176701-2116357234-1062 User (1)" "wbinfo -s
2006 Oct 09
1
member server 3.0.23c drives me nuts
Hello everybody First of all thanks to the developer team in providing the samba suite. I have been running samba servers for serveral years now but 3.0.23c just drives me nuts. I have a PDC and BDC running samba 3.0.23c with openldap as backend and also a samba member server trying to run 2.0.23c. The member server is the primary file server so I can't play with it all that much. The
2005 Apr 01
2
INTERNAL ERROR
Hi all I have got a samba-3.0.13 (hot off the press) PDC running here that also works as a print server printig via cups-1.1.23. As a backend I use openldap-2.2.11 What I get in my log files is what you see below. It seems this only happens when the user prints a *.pdf file. The message shows up once in a while, definetly not for every print job that gets submitted. Printing of those *.pdf
2010 Nov 11
0
Trying to establish a unidirectional Trust between windows 2003 and samba 3
Hi i am trying to establish a unidirection trust between win2k3 and samba3. I followed http://msadfaq.de/wiki/ActiveDirectory/trust_relationship_samba_ad. I want windows to trust samba so that i can access the windows shares with my samba-users. The Linux system is CentOS 5.5 with samba3.x86_64 3.5.6-43.el5 from the sernet-samba repository. Accounts are stored in ldap with help of
2013 Aug 29
0
SAMBA Interdomain Trust relationships
I have two SAMBA PDC's with an OpenLDAP backend. My goal is to establish an interdomain trust between the two domains so that users from each backend can login to Windows systems by specifying accounts from either domain. I've followed the steps to establish the trusts and I can see accounts and groups using wbinfo and getent. I can access resources/shares from each domain but I'm
2010 Oct 12
2
mbox folder deleting
Hi there again, I just wanna tell you what little bug we've found... Namespace is in mbox format. After deleting an mbox the entry in the .imap stays so not everyting is moved away and ist just hanging around... not so bad, but would be nice if it was cleaned up... thanks Tobi -- Dr. Nagler & Company GmbH Hauptstra?e 9 92253 Schnaittenbach Tel : 09622-7197-38 Fax : 09622-7197-50
2016 Dec 24
0
AUTOREPLY Allow direct connection between some (but not all) node...
Sehr geehrte Damen und Herren, Ab dem 23.12.2016 bis einschließlich 06.01.2017 sind wir im Weihnachtsurlaub. Ab dem 09.01.2017 stehen wir Ihnen wieder wie gewohnt zur Verfügung. Wir wünschen Ihnen und Ihrer Familie ein frohes und gesegnetes Weihnachtsfest und einen Guten Rutsch ins neue Jahr. Mit freundlichen Grüßen Ihr Hardy Barth - Team EDV- u. Elektrotechnik Hardy Barth GmbH
2006 Sep 01
0
[Fwd: Re: Authentication fails (sometimes)]
-------- Weitergeleitete Nachricht -------- Von: Kuldeep <kuldeep@turbolinux.co.in> An: Mario Lipinski <mario.lipinski@gymszbad.de> Betreff: Re: [Samba] Authentication fails (sometimes) Datum: Fri, 01 Sep 2006 09:34:17 +0530 Dear Mario, Can you tell me procedure for login on to domain(Windows server) linux client. I have joined in to domain but not able to login Mario Lipinski
2006 Aug 30
1
Authentication fails (sometimes)
Hello, I am usually able to log me onto my domain. However, i have problems to get authentication under windows where I need admin rights, which also succeeds some times. I have the following in my groupmap: # net groupmap list admin (S-1-5-21-4092459118-2595994810-1099795350-512) -> admin guests (S-1-5-21-4092459118-2595994810-1099795350-514) -> guests gsb
2011 Jan 20
0
Bug found, assertion failed
Hi there, We're running dovecot 2.06, with mdbox. Following message was in our syslog: Jan 20 09:26:48 servername dovecot: [ID 583609 mail.crit] imap(user): Panic: file istream-limit.c: line 79: assertion failed: (v_offset <= lstream->v_size) The problem could be solved on client side, by just deleting the ImapMail-Folder in Thunderbird. Why? Thunderbird tried to move a message, that
2010 Oct 14
1
acl allow creation of special foldernames
Hi, ACL works fine now... But is it possible so allow users the creation of specific folder names? so users should be able to create a folder "Sent" but not the folder "Send" or something like that I just want to allow some folder names and only THESE folders... Thanks for you help! Tobi -- Dr. Nagler & Company GmbH Hauptstra?e 9 92253 Schnaittenbach Tel :
2010 Oct 21
1
bug with null pointer
Hi, we found a serious bug while testing our migration scripts. in Solaris (or other system 5) the user variable is not always set. Dsync is not very happy about that and crashes with an segmentation fault. After hours of debugging and TWOE simple lines # USER=$LOGNAME # export USER the problem was solved! The null pointer was found - so i will go home now an drink a bottle of
2010 Jun 05
0
PULL: Properly cast and avoid compiler warnings, fixes build on alpha and ia64.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, please apply the following patch to fix building btfs-progs on alpha and ia64 from: git://git.debian-maintainers.org/git/daniel/btrfs-tools.git - ---snip--- commit 561e811286c52f141cf4944fe219e6b61fab0ac9 Author: Daniel Baumann <daniel@debian.org> Date: Sat Jun 5 08:53:46 2010 +0200 Properly cast and avoid compiler warnings,
2009 Oct 19
2
Problems porting to an ARM platform
Hello, currently I'm working on getting ssh and sshd running on an ARM platform. The OS is Linux 2.6.10 with busybox. I can run "ssh -v" to see the program version. But as soon as I try to connect to a server I get a segmentation fault (SIGSEGV). The sshd seems to work. Are there any known issues concerning ARM platforms? Or any hints about compiler options (GCC)? Regards,
2010 Oct 13
1
bug in dsync
Hi, I'm trying to convert mailboxes from mbox zu mdbox. The following command was performed: dsync mirror -u tsdauche mbox:~/.NCmail/Drafts dsync(tsdauche): Fatal: execvp(-u) failed: No such file or directory dsync(tsdauche): Panic: file dsync-worker-local.c: line 185 (dsync_drop_extra_namespaces): assertion failed: (ns != NULL) [1] Abort trap (core dumped) dsync mirror -u tsdauche
2010 Sep 01
1
syslinux: Please provide -m and -a options on Linux
Hi, this is a forward from the debian bug tracking system, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595170: "syslinux for Windows provides the options -m (write an MBR) and -a (make partition active). These options make it easy to provide instructions for Windows users to make a bootable USB drive: just run "syslinux -m -a" on the drive, then drop some files on the drive
2014 Oct 17
0
Syslinux 6.03 released
On 10/17/2014 09:19 AM, Ferenc Wagner wrote: > you may want to release 6.04 > in less than ten days, so that Daniel has a chance to package it up for > Debian jessie i would need to upload it saturday next week at latest (2015-10-25), anything after that will not make it. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baumann at