Displaying 13 results from an estimated 13 matches similar to: "username map"
2007 Aug 10
0
SUMMARY: username map
It turned out that the Windows ID was 9 characters and for some reason the
Unix system was truncating it. I'm guessing that it is because the Unix box
has a 8 character ID limit. We changed the Windows ID to 7 characters and
everything worked.
JC
------ Original Message ------
Received: Wed, 08 Aug 2007 05:10:15 PM EDT
From: "JESSE CARROLL" <jesse-carroll@usa.net>
To:
2014 Jul 10
1
Secondary Samba4 DC doesn't show up in "host -t SVR _ldap..." output.
Guys,
I just deployed "Samba4 AC DC", with a Secondary DC in place, the
replication seems to be working as expected, the command "samba-tool drs
showrepl" shows INBOUND / OUTBOUND / KCC CONNECTIONS, plus, "log level = 3"
on both servers shows a lot of information about the replication...
But, when I run:
---
host -t SRV _ldap._tcp.central.tcmc.com.br
---
I'm
2004 Aug 19
0
TR : Connection Issue - Samba 3.0.2a Solaris 6 - NT4 SP 6
Hi all,
First, here is a small description of our environnement :
We have a PDC running a domain. let's call this server pdc01. All of our
users are defined in the domain.
We have a Unix server hosting a database. Let's call this server unix01. All
users can access this server and use the database. They are allowed of
generating report which are stored in their home directory on unix01.
1998 Aug 20
2
Event ID: 8003 and Samba
I am getting the following Rdr messages from a BDC (NTBDC01)
MESSAGE:
-----------------------------------------------------
The master browser has received a server announcement
from the computer JERRY that believes that it is the
master browser for the domain on transport
NetBT_ILANPCI2. The master browser is stopping or an
election is being forced.
2003 Mar 24
2
I see my samba server but.............
Here I go guys!
I've already changed the configuration of my sbm.conf, also I made my samba
server to be configured as a windows domain, yes! it is found in my windows
domain now but as doing double click on this machine (samba) it asks me for
a user and passsword, it does not let me get into it, I have created the
same samba users as windows, but without any results.
I appreciate your help :
2005 Mar 28
4
Problem with bindings and MinGW
Message body follows:
Hi,
I'm interested in Xapian as a possible search engine for a
Python project I'm developing. The reason why I write to you,
is that I saw that you've been fixing bugs... so please excuse
me if I'm bothering you: I saw no other contact on the
xapian.org web pages.
I've been spending the last two days trying to set up Python
bindings for the library
2005 Mar 28
4
Problem with bindings and MinGW
Message body follows:
Hi,
I'm interested in Xapian as a possible search engine for a
Python project I'm developing. The reason why I write to you,
is that I saw that you've been fixing bugs... so please excuse
me if I'm bothering you: I saw no other contact on the
xapian.org web pages.
I've been spending the last two days trying to set up Python
bindings for the library
2006 Sep 04
3
opening files in directory
Hi there
I want to be able to take all the files in a given directory, read them in one at a time, calculate a distance matrix for them (the files are data matrices) and then print them out to separate files. This is the code I thought I would be able to use
(all files are in directory data_files)
for(i in 1:length(files))
+ {
+ x<-read.table("data_files/files[[i]]")
+
2007 Feb 27
11
Mongrel upload progress not showing progress on production server
Hi all,
Tried out the mongrel upload progress plugin with Drb and it works
great on my OSX development box, but when putting it into production
(Ubuntu Dapper), uploads complete but the app isn''t returning any
values for upload progress, and uploads are not showing up in the
queue when running upload_client.rb. Before anyone asks, yes, I''m
running both the mongrel instances and
2008 Jan 14
0
clusterwise regression from fpc (fixed point clustering) package
hi there, whenever i try the clusterwise regression from the fpc package, there occurs the following problem:
the first cluster is always designed in a way, that when i run a normal linear regression on the independent variables to describe the dependent variable (only on those respondents from the first cluster) - then the regression uses only one independent variable that describes the whole
2005 Aug 22
0
Re: preview of NUT CGI enhancements
[fwded to upsdev]
> It worked for me. I see that you chose /cgi-bin/nut/ instead.
I still have to adapt the cgi path in the html files according
to the configure options... But I don't know yet how I'll do it!
If you have an idea! We have to extract the cgi root from the
--with-cgipath option, ie having configured nut with:
--with-cgipath=/usr/lib/cgi-bin/nut
and the following in
2020 Jul 22
2
How to debug a missing symbol with ThinLTO?
Looks like your static library is not even pulled into the link command so the static library is not even in the snapshot. From the link command in the snapshot, the static library is not on the command line from snapshot:
/Applications/Xcode-11.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -Z -demangle -object_path_lto
2020 Jul 23
2
How to debug a missing symbol with ThinLTO?
Hi Tobias
The problem is that your static archive has a SYMDEF that is empty, so linker thinks the static library provided doesn't contain any symbol. The reason for that is you are using the `ranlib` from Xcode, which is too old to understand the new bitcode object files produced by llvm 10.
There are lots of ways to fix that:
* The standard way to create static library on macOS is to use