similar to: User lost domain admin privileges

Displaying 20 results from an estimated 300 matches similar to: "User lost domain admin privileges"

2008 Oct 29
1
ntlm_auth fails to find PDC on same computer
I am trying to get ntlm_auth working for Authentication against the local Samba PDC which is running on the same computer. I am using samba 3.0.28a on Ubuntu 8.04.1. smbd, nmbd, and winbindd are running and Windows clients have no trouble logging into the domain. Running ntlm_auth --username=myusername reports No logon servers. I ran the command as root and according to strace, it looks like
2008 Oct 02
2
Samba LDAP Tools
I am looking for some good tools to manage Samba users in LDAP. It looks like there are several good tools mentioned on the Samba Wiki, but I am concerned mostly with the proper addition of new users to LDAP, in particular, generating unique SIDs. smbldap-useradd, for example, generates the SIDs for primary user and group based off of a simple formula based on the UID and GID, whereas Samba
2008 Oct 13
1
Samba builtin groups and LDAP
I just set up a fresh Samba PDC using OpenLDAP as the passdb. When I start smbd, I notice some log messages about failing to create some builtin groups: Administrators and Users. Is Samba trying to run a group add script which I have not setup or to create posixGroups in LDAP which it does not have permission to do? I turned up debugging output and saw that it complained about not getting gids
2013 Jun 26
1
Decommissioning old PDC
I'm trying to decommission our PDC which is running on some older hardware and migrate it's functionality to one of our two currently operating BDCs for the domain. The three servers have nearly identical configurations with only differences in file and printer shares and a couple attributes like "wins support" and "domain master". They all have identical netlogon
2010 Mar 26
2
File timestamps off one hour
I'm seeing timestamps off one hour in Windows 200 and XP clients that were modified earlier this year before the +1 hour daylight savings time. They show correctly when views from the Ubuntu Linux Server running Samba 3.2.3-1ubuntu3.8. As a test, I created three files in Linux at 00:13, 01:13, and 03:13. I could not create a file during 2 am as that time does not exist in the local
2005 Jun 11
3
Dovecot stable slow
A few days ago I installed dovecot stable to replace uw-imap. The install went well and all boxes were converted ok. When accessing the new imap server though, certain operations seem much slower, in particular, moving mail between boxes is very slow, and I have received several complaints from users that the mail server has slowed down. I can't figure out what the slow point is as maildir
2010 Mar 29
2
Veto files with question mark
Hi ! I would like to remove from listing the "Icon?" files created by mac user when they customize their folder icon. So I did in my smb.conf : veto files = /Icon?/ ok it's working, but "Icone" "Iconx" "Icons" will be removed too. I tried veto files = /Icon\?/ but it's not working, Is there a way to use question mark (?) but not as a wild-card ?
2003 Nov 23
0
Win2K Client Intermittent Connections
We recently upgraded our main file server from a PIII to a P4 with raid as well as did a fresh install of RedHat 9 leaving the old server intact. Most everything went well, I copied all the config files over for the different services and got samba running successfully. I tested connecting to from different win boxes using 98, 98SE, NT4, and 2K, they all were able to browse files and print
2005 Oct 27
1
Firewalling Samba server
I'm planning on firewalling my samba server, i understand that the ports for samba are 137 139 445. Does anyone know if these are udp or tcp ports?
2005 Oct 27
0
Win2K issues with printers and profiles
I have had the following problems both with the stock samba 2.2 server that comes with RedHat 9 and several releases of samba 3.0, currently it's at 3.0.14a. When logging on to Windows 2000 computers using the samba server as an NT domain controller, certain profiles seem to get permission errors and windows just sticks you with a temporary profile that changes everytime you log on. It seems
2002 Jan 04
2
Application Options
I am trying to execute a program under rh 7.2 with an application switch '/'. Though the documentation states this is possible I have been unable to execute with success. I have tried many escape variations for the slash but that has not worked either. Any thoughts? Thanks! Loren
1999 Apr 12
1
R-0.64.0 Install - Cannot find eda.so
Hi, I'm new to R. I'm trying to install R-0.64.0 on FreeBSD 2.2.8 (also new to FreeBSD). First, I run ./configure and then make. Make gives me an error message because it cannot find "eda.so" when trying to link it with line.o and smooth.o (see output below). I would appreciate it if somone could help me to fix this error. Thanks. Loren AFTER RUNNING CONFIGURE: R is now
2002 Nov 19
1
mem.tally.* in R
I'd like to use the resources() function described on p. 151-152 of S Programming by Venables and Ripley (2000), but I don't have access to S and don't know whether R's memory functions (e.g., gc()) can be used instead of mem.tally.reset() and mem.tally.report(). In order to implement the resources() function in R, should I look for the C source for these S functions and wrap them
2001 Nov 01
0
Re: [Omega-help] RSPython_0.3.0 on FreeBSD 4.*:
Thanks for your help Duncan. Your last comment helped me to figure out what FreeBSD was doing differently than Linux/Solaris. This fix worked on a machine with Python 2.1, R 1.3.1 and FreeBSD 4.1. Here are the details: The pthreads fix: I added '-lc_r' to the PKG_LIBS definition in src/Makevars.in. The FreeBSD 'man pthread' page suggests that adding -pthread to the gcc statement
2006 Jan 20
4
read.table with ":" in column names (PR#8511)
Full_Name: emiel ver loren Version: 2.2.0 OS: Windows XP Submission from: (NULL) (145.117.31.248) Dear R-community and developers, I have been trying to read in a tab delimeted file where the column names and the row names are of the form "GO:0000051" (gene ontology IDs). When using: > gomat<-read.table("test.txt") > colnames(gomat)[1] [1] "GO.0000051"
2007 Nov 16
3
Rgraphviz
Rgraphviz I cannot load it I have re-installed etc etc etc etc And cannot load it Message is 6): Library not loaded: /usr/local/lib/libgvc.3.dylib Referenced from: /Library/Frameworks/R.framework/Versions/2.6/Resources/library/Rgraphviz/lib s/ppc/Rgraphviz.so Reason: image not found Error : .onLoad failed in ''loadNamespace'' for ''Rgraphviz'' Error:
2001 Oct 31
1
shared libraries on FreeBSD 4.*
I've used R for a couple of years on FreeBSD with few problems. Recently, a couple of the contributed packages seem to have difficulty finding symbols in the shared libraries. Currently, I'm running R 1.3.1 on FreeBSD 4.4. I've tried setting LD_LIBRARY_PATH to /usr/local/lib and some other things. The packages I've had trouble with are: Matrix 0.3.15 RODBC 0.8.3 RSPython 0.3
2008 Jan 23
1
Problem with geom_line
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080123/ab90f75d/attachment.pl
2000 Feb 02
0
Summary: Archetypal Analysis in R
I previously asked a question about performing archetypal analyis in R. In addition to the responses I received from r-help, the author sent me some S code to peform the analysis. With the author's permission, I ported the S code to R using two excellent sets of instructions: (1) From the FAQ - 5.5 How can I create an R package? (2) Thomas Lumley's instructions on porting S to R -
2000 Jan 28
0
Archetypal Analysis in R
Is a library available for R that includes algorithms for something called "archetypal analysis," a method similar to principal components analysis that is designed to find "archetypes" or "pure types" from multidimensional data. I have contacted one of the authors who has written about archetypal analysis but thought I'd check here also. Thanks. Loren