Displaying 20 results from an estimated 1000 matches similar to: "Changed UIDs from winbind after server reboot!"
2007 Jun 07
0
urgent: winbind doesn't see groups from samba pdc+ldap
Hallo!
after migrating the pdc from nt to samba+ldap my member fileserver doesn't see
the groups anymore.
I set it up with nss as shown in:
http://samba.org/samba/docs/man/Samba-Guide/unixclients.html#ch9-sdmnss
getent passwd + group show all user and groups correctly
wbinfo -u shows all users correctly, but wbinfo -g show only 2 builtin
accounts.
I tried without nss only with winbind
2007 Sep 10
0
member server config problem
Hi,
I'm settin up a member Server in a samba domain. (both 3.0.24)
getent passwd/group shows all user and groups
wbinfo -u/g shows user and groups
net groupmap list shows all groups correctly
Here's the testparm output:
Server role: ROLE_DOMAIN_MEMBER
[global]
workgroup = AAG
server string = FILES (%v)
security = DOMAIN
password server = 192.168.100.72
2008 Aug 26
2
Hig cpu-usage on 3.0.24 on 64bit Debian etch
I'm having an issue with cpu-spikes on the following setup
Samba 3.0.24 as PDC with cups as the printing system on a Debian Etch 64 bit version Intel dual-core system
My main problem is, that everything works just fine, there are no serious errors in the log files, even if i step the log level up to level 3. What happens is that the processes belonging to the guest-account have occasional
2006 Jan 03
2
samba, cups and cupsaddsmb
Hallo,
I have an old samba-cups printserver (debian woody), connected to the domain
through winbind,?that I must replace now.
I installed a new samba-cups server on a sarge machine. Windbind works, I can
get all users and groups.
I copied the generic windows postscript driver files as in cupsaddsmb-manpage
described to /usr/share/cups/drivers (tried also adobe drivers)
Also tried the same
2009 Jan 13
1
Converting Factor to Vector
Hi all,
How can I convert factor like this:
> str(repo)
'data.frame': 1000 obs. of 1 variable:
$ AAA: Factor w/ 1000 levels "AAT","AAC",..: 1 2 3 4 5 6 7 8 9 10 ...
> print(repo)
AAA
1 AAA
2 AAT
3 AAC
...
into to simple vector
> str(new_repo)
chr [1:100] "AAA" "AAT" "AAC" "AAG" "ATA" "ATT"...
2004 Dec 26
3
pdc dont save the profile
hi list,
this is my smb.conf and it work fine for me but it doesent save the profile on
the server any idear why?
[global]
# Identifikation des Servers und der Arbeitsgruppe
workgroup = pinguin
netbiosname = SAMBA_PDC
server string = Samba %v (PDC) @ test.de
# Grundeinstellungen f<FC>r die einzelnen Shares. Um eine h<F6>here Sicherheit
zu gew<E4>hren, wird global erst
2008 Apr 19
2
Problem with HTML Help Workshop compiler
Hello Wine community,
I have a problem with the HTML Help Work Shop compiler. It crashes with the newer wine version (0.9.54 up to 0.9.60) under kubuntu 7.10
For information, my Html work shop install is as said at this link: http://appdb.winehq.org/objectManager.php?sClass=version&iId=2978
1/ the command regsvr32 itircl.dll returns: Failed to load DLL itircl.dll.
However, the dll is in
2002 Jun 07
1
Roaming profiles - outlook / outlook express is not replicated ?
PDC : RedHat 7.2 // Samba 2.2.4 RedHat rpm
Clients : W2K SP1
Does anybody know, why the outlook (*.pst) / outlook express
data files -
for example :
C:\Dokumente und Einstellungen\JohnDoe\Lokale Einstellungen\Anwendungsdaten\
Identities\{ABDFF293-7EDA-4C66-B025-30D9E13A611E}\Microsoft\Outlook
Express\*.dbx
- are not replicated ?
User John Doe can send mail from different workstations, that
2009 Jan 13
3
Returning Non-Unique Index with Which (alternatives?)
Dear all,
I tried to find index in repo given a query with this:
> repo <- c("AAA", "AAT", "AAC", "AAG", "ATA", "ATT")
> qr <- c("AAC", "ATT", "ATT")
> which(repo%in%qr)
[1] 3 6
Note that the query contain repeating elements, yet
the output of which only returns unique.
How can I make it
2010 Apr 01
3
reading excel into R
Dear all,
I am new R user and I am sure that this question has been asked quite often
and I have also googled it and read about it! I understood that in order to
read excel sheet into R you need to open it and saved it as csv or text, is
this true? or you can use read.delim2 and read.csv2 to do this without the
following error
> dat <- read.csv2(file="C:\\Dokumente und
2012 Aug 08
3
password change problem and no logon servers available
Hi,
we are using SAMBA 3.6.1-1 (updating this archlinux machine is tooo ugly)
and 3.6.6-1 on archlinux with the LDAP (Server version is 2.4.26-3) backend
and manage the users, groups and computer by using the smbldap-tools.
Currently we are experiencing the following problems:
1. changing the passwords takes longer than 30 seconds <- That's bad
because we are using a gigabit ethernet
2012 Feb 16
5
Puppet on Windows
Hi,
I want to run Puppet on a Windows 2003 Server. I already have a
working Puppetmaster (Scientific Linux).
I installed Puppet on Windows like shown here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
This worked very well.
But when I want to run puppet.
puppet agent --test --debug
I get the following output: (I already tried different ruby and puppet
versions without
2009 Feb 10
2
Problem installing MASS-Package
Dear R-Help-Team,
I tried to use isoMDS-Function of the MASS-Package:
Message:
Fehler: konnte Funktion "isoMDS" nicht finden
(error: could not find function "isoMDS")
so I tried to install the package MASS:
> utils:::menuInstallPkgs()
versuche URL 'http://cran.rakanu.com/bin/windows/contrib/2.8/VR_7.2-45.zip'
Content type 'application/zip' length 1598763
2006 Oct 15
0
multiple smbd/nmbd on one machine
Hi everybody,
hope my question is not misplaced :)
I have an HA-Cluster (RHEL 4 update 3, Veritas Storage-Foundation
4.1, samba Version 3.0.10-1.4E.9) an have to run 3 different smbd/
nmbd on one machine.
So my smb.conf looks different for each "service", and is also stored
in a separate folder.
(Structure is:
/home/smb/domain/cfg/ ... #config for domain-controlling
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
Hi,
I try to create PDF files with an modified script from Buchan Milne and
have some problems with the Jobname var %J.
Because it is better for the users to find an file with an similar name
as the original document I'm looking for a way to read out %J, cut some
unnessasary stuff and use the rest as new file name. The problem is:
In %J in some circumstances is not the complete Jobname as
2015 Jan 28
1
problem giving setting user permissions on specific folder
On 01/28/15 14:04, Rowland Penny wrote:
> On 28/01/15 18:45, Alberto Valdes Gonzalez wrote:
>> Hi Rowland:
>>
>> voyager /data/company # ls -la folder1/
>> insgesamt 56
>> drwxrwxr-x+ 1 administrator dom?nen-benutzer 744 26. Sep 12:45 .
>> drwxr-xr-x 9 root root 4096 25. Sep 23:33 ..
>> drwxrwxr-x+ 1 user dom?nen-benutzer 200
2004 Jan 12
2
SIP-Client for Handheld PC
Anyone know a sip-client that will work on a Handheld PC running WINCE for
HPC.
I can find some for PocketPC, but the wont work on my HPC
??
/HHA
_________________________________________________________________
Scope out the new MSN Plus Internet Software — optimizes dial-up to the max!
http://join.msn.com/?pgmarket=en-us&page=byoa/plus&ST=1
2015 Jan 28
3
problem giving setting user permissions on specific folder
Hi Rowland:
voyager /data/company # ls -la folder1/
insgesamt 56
drwxrwxr-x+ 1 administrator dom?nen-benutzer 744 26. Sep 12:45 .
drwxr-xr-x 9 root root 4096 25. Sep 23:33 ..
drwxrwxr-x+ 1 user dom?nen-benutzer 200 20. Jan 14:40 folderx
drwxrwxr-x+ 1 user dom?nen-benutzer 288 19. Jan 14:19 folderxt
drwxrwxr-x+ 1 administrator dom?nen-benutzer 20 26. Sep 00:18
2020 Feb 25
2
Windows ACLs : problems
Am 25.02.20 um 14:30 schrieb Rowland penny via samba:
> On 25/02/2020 13:24, Stefan G. Weichinger via samba wrote:
>> Am 25.02.20 um 14:16 schrieb Rowland penny via samba:
>>
>>> Do you have a user.map line in smb.conf ?
>>>
>>> Something like this:
>>>
>>> username map = /etc/samba/smb.conf
>> It should be more like:
>>
2020 Feb 25
2
Windows ACLs : problems
Am 25.02.20 um 14:51 schrieb Rowland penny via samba:
> On 25/02/2020 13:37, Stefan G. Weichinger via samba wrote:
>> right now, will retest.
>>> OK, I give in, I will alter the wiki page, if you use the 'rid' or
>>> 'autorid'? backend, you can use Domain Admins, just do not give Domain
>>> Admins a gidNumber.
>> 1) why and how could I have