Displaying 20 results from an estimated 10000 matches similar to: "Winbind integration with large AD on Solaris 10"
2007 Nov 02
2
smbpasswd and 8 character limit
The smbpasswd on my PDC (Solaris 9, Samba 3.026a) will truncate or
corrupt passwords over 8 chars.
The smbpasswd command on the linux clients (Samba 3.024a) is OK.
Anyone know if this is a samba version issue or something solaris
specific.
Thanks
2007 Nov 21
3
what is the recommended samba version on solaris?
Guys
I was so frustrated about installing samba with ADS and winbind support
on solaris 8.
After fixing many problems, I am now facing another problem:
I created a directory "test" in the samba share and was editing a file
under the directory "test" and in the meantime the machine was rebooted.
After the machine is started, the
whole directory "test" is gone.
I
2007 Oct 17
6
Can't see or change ACLs on Windows
I have samba server joined to a domain that I'm trying to use ads
security and acls on. I can set acls on the Unix file system, and
access from a windows client seems to honor them. I can't view the acls
under the security tab, all I see are the standard Unix permissions
instead. If I try to add an entry to the acl, I get an access denied
error, even if the user is on the list of admin
2007 Oct 08
2
Can't chown a file to an ADS username
I've got a samba install on Linux with winbind installed, etc. I've
configured it the same as I have under Solaris, but for some reason, I
can't chown a file to an AD username. I have joined the box to the
domain, I can wbinfo -u/-g and get lists of users and groups on the
domain. When I run getent passwd or getent group, however, I don't see
any of the domain users and groups.
2002 Jul 01
0
announce: TDB_File.pm
[apologies to the samba list if you aren't interested in this]
I've rewritten the TDB perl bindings from scratch.
this version:
* is on CPAN (http://search.cpan.org/search?mode=module&query=TDB_File)
* supports 8-bit keys and values
* gives access to the complete TDB API
Feel free to include/reference in the TDB distribution (or ignore
completely, of course ;)
A few comments
2008 Dec 01
1
Group membership not being honored
I've got a relatively simple permissions scheme I need to implement, and
I'm having issues with group membership.
I have a share that I need to grant an active directory group full
control to. If I add an AD user to the ACL on the directory that is the
root of the share, the user can access it. If I add an AD group to the
ACL on that same directory, group members cannot access the
2008 Jun 16
1
Restrict permission changes
Hello,
I've a share with preset permissions on different directories including acls.
So in one folder for example users can only read and into other read and write.
Everything works fine. The Problem is if one user decides to change the
permission of a file or directory (via Windows) the acls and permissions get
are messed up.
How can I restrict users from changing permission on a share? I
2008 Dec 04
1
How to enable offline bit in SAMBA
We have a SAMBA built from source code, and we want to enable offline bit in
SAMBA, Can anybody can give some advices on this?
Thanks.
Vincent
2005 Sep 08
1
Solaris NSS/winbind problem - large groups
Hello All,
It seems that 'getent group groupname' hangs on large groups for Solaris 8/9
running winbind. Currently running Samba 3.0.20 but also tried 3.0.10.
'ls -l' also hangs if listing a file created by a user who's primary group
is too large(such as Domain Users). Users can still access the files but
netbackups hang.
The problem I am experiencing is found in the
2001 Oct 25
3
winbind / nss_winbind with Solaris with large amout of uses/groups
hi all !
I have compiled Samba 2.2.2 for Solaris 7 ( Solaris 8 also ) but found out
that the "nss_winbind" support
is available in source-code, but not after compilation.
The neccessary entries in the Makefile after "configre" are missing !!
Why ?
I have got it to run and it works fine with a small amout of groups.
But deploying this samba/winbind version to a Windows
2010 Jun 23
0
[LLVMdev] Win32 COFF Support
On Wed, Jun 23, 2010 at 12:22 AM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> I'm now going to make the stub patches that Daniel requested.
Added llvm/Support/COFF.h and merged in COFF constants from
llvm/MC/MCSectionCOFF.h.
Zeroth patch is done.
http://github.com/Bigcheese/llvm-mirror/commit/2d88aa08a072bb5f8d687b67d1476f23d37a87d4
A svn-style patch against svn HEAD is
2011 Nov 12
0
Can't find domain (but domain logins for joined WS and roaming profile works! ; -/ !
I'm trying to join a 2nd workstation to my domain -- but it can't find
the domain
name.
It's a Win7 machine (same as 1st)...all settings are the same and
wireshark shows the problem is the DC is claiming it can't find
the domain name (that it is the DC for!?)... um...
Lets see:
> wbinfo --all-domains
BUILTIN
BLISS
wbinfo --own-domain
BLISS
wbinfo --verbose -D Bliss
Name
2012 Feb 02
3
Wine versioning
hello
I'm trying to find out what represents the third number in the numeration of Wine versions. To give an example, there is wine-1.3.35-168-g5b93bb9
I concluded "168" means that the g5b93bb9 commit is 168th in succession after wine-1.3.35, with 1.3.35 being zeroth.
Am I right?
2005 Jun 19
1
1-based arrays and copying vectors
I'm interfacing to C code that uses 1-based indexing on arrays -- it
ignores the zeroth element. Thus, input vectors from R must be moved up
one, and output arrays must be moved down one.
What is the best way to deal with this using R internal code?
My current approach is:
For an input R vector of length n, allocate a new vector(v) of length n+1
and copy input into v[1] to v[1+n]. Call
2006 Dec 04
1
Special Boot issue.
Personal background:
Much of my experience is with C on Linux (from 1994). I can read
Assembly, however, not write it well (I have had formal training in
Assembly on the I386, however, never used it).
The system:
An AMD 586 embedded system with AM29F040 Chip(s) on board. These two
flash chips make up the BIOS and the primary storage. The system was
designed and built for use with Caldera
2004 Jan 08
1
Add Printer Wizard and Slowness
Hello all,
We have a Samba box set up as our primary campus print server, running
CUPS 1.1.19 and Samba 3.3.0. Our primary interface for adding printers
is the Add Printer Wizard. I am finding very slow response while
adding/modifying/deleting printers.
Making changes to any of the settings for a printer (default tray,
driver, etc) can take 20-40 seconds or will sometimes timeout, requiring
a
2006 Nov 13
0
[LLVMdev] need help understanding getelementptr assembler instruction
Ram:
Let me explain and hopefully Reid or Chris will correct if I have it
wrong. The first 0 is the index into a possible array of sbyte[13]
arrays that this pointer points to. I expect GetElementPtr works this
way is to keep down the proliferation of arrays of arrays in the type
table. So you are pointing at the zeroth, and in this case only, array
of sbyte[13]. The next 0 actually
2008 Jan 22
0
Debugging samba/winbind SMB share
Hi,
I had an active-directory authentication based samba system up and running, working well. However, I tried to access an SMB share on the server a few days back and just get a windows login user/password prompt.
I'm trying to debug why theres a "system error".
PAM is configured for pam_winbind.so in /etc/pam.d/system-auth, and I can ssh into the system using a domain
2007 Jun 25
0
storing data from database into array
Hello,
I don''t know what the Rails multidimensional array structure is and I am
having a problem in this regard.
Basically we have a set of games and in a XMLFEEDS table we have basic
information about the games (the game date, the sport type of the game).
Then in the PARTS table, we have two entries per xmlfeed entry which
correspond to the two teams participating in the game.
2018 Mar 13
0
Proposal for a LLVM front-end for P4 language
Dear community,
We, a team at IIT Hyderabad are developing an LLVM front end for a
networking language called P4 (https://p4.org/). Our work aims to enable
LLVM based optimizations for P4.
As the P4 language was designed to target many different switch
architectures, we feel that P4 can comfortably fit in the LLVM framework
where adding targets is more structured.
The existing open-source P4