search for: attribuer

Displaying 20 results from an estimated 23 matches for "attribuer".

Did you mean: attribues
2019 Jul 18
2
getent passwd shows old name for renamed user
On 18/07/2019 20:20, ?ukasz Michalski via samba wrote: > W dniu 2019-07-18 o?18:46, Rowland penny via samba pisze: >> On 18/07/2019 17:36, Kris Lou via samba wrote: >>> Might have something to do with this bug: >>> https://bugzilla.samba.org/show_bug.cgi?id=11482 >>> >>> You can find and make the relevant changes with ADSI Edit. >>>
2004 Dec 08
1
printing server
...[2004/12/08 03:03:54, 0] nmbd/nmbd.c:main(665) Netbios nameserver version 3.0.7-2.FC1 started. Copyright Andrew Tridgell and the Samba Team 1994-2004 [2004/12/08 03:03:54, 0] lib/util_sock.c:open_socket_in(708) bind failed on port 137 socket_addr = 192.168.0.1. Error = Ne peut attribuer l'adresse demand??e [2004/12/08 03:03:54, 0] nmbd/nmbd_subnetdb.c:make_subnet(126) nmbd_subnetdb:make_subnet() Failed to open nmb socket on interface 192.168.0.1 for port 137. Error was Ne peut attribuer l'adresse de mand??e [2004/12/08 03:03:54, 0] nmbd/nmbd.c:main(733) ERROR: Failed...
2015 Nov 29
1
How to delete "proxy" attribute in passdb lookup?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 29.11.2015 um 01:01 schrieb Timo Sirainen: Hi Timo, > Not right now, because any value at all is treated as "true" (and > I'm pretty sure even empty value). I suppose the best solution > would be to finally change all the passdb/userdb/plugin boolean > values to actually support "no" value as not being
2006 May 12
2
Problem regarding accessing attributes from object...
Hi, I have an object (@cnt). Now when I am calling "@cnt.inspect" on object it gives me output as follows:- ----output---- [#"3"}>] ----------- Now in aboove output the number between double quotes (3) which is of my interest & I want to display it. How to do that? Actually this is my method:- ==================================== class Tagging < ActiveRecord::Base
2006 Mar 09
1
very basic newbie question!
Bringing up (trying!) my first rails app... no OO experience the scaffold generator automatically creates new activerecord objects for the create/edit form using: def new @schoolclass = Schoolclass.new end I wanted to initialize the object, so I added to the object creation statement as follows: @schoolclass = Schoolclass.new(:day=>1, :start_time=>"2006:01:01 00:00:00,
2009 Jun 03
1
Cannot delete files in Samba
Hi, I recently upgraded from Samba 3.0.31 to 3.3.2 on a FreeBSD 6.4 server, and since then, the Windows machines have no right to delete files unless the directory is "chmod o+w" I tried to play with "map read only" and 'store dos attribues" but not to avail. My FreeBSD server is quite standard, the Samba cnfiguration too. I Googled with no succees. Any clue is
2019 Jul 18
3
getent passwd shows old name for renamed user
On 18/07/2019 17:36, Kris Lou via samba wrote: > Might have something to do with this bug: > https://bugzilla.samba.org/show_bug.cgi?id=11482 > > You can find and make the relevant changes with ADSI Edit. > > The problem is that renaming a user on Linux works the opposite way to Windows and neither renames everything. If you rename on Linux with ldbrename, it renames dn, cn,
2019 Jul 18
2
getent passwd shows old name for renamed user
W dniu 2019-07-18 o?21:39, ?ukasz Michalski via samba pisze: > W dniu 2019-07-18 o?21:22, Rowland penny via samba pisze: > >> On 18/07/2019 20:20, ?ukasz Michalski via samba wrote: >>> W dniu 2019-07-18 o?18:46, Rowland penny via samba pisze: >>> >>> I changed uid, sAMAccountName, msFU30Name from 'foo' to 'bar' using >>> ADUC
2010 Feb 14
2
[LLVMdev] [cfe-dev] clang with pthread on mingw
Hi Vincent, This is an LLVM issue, rather than a clang issue, so llvmdev is the appropriate mailing list for this report. Your fix looks semantically valid, but it would be cleaner to only create and destroy the pthread_rwlockattr_t if it is actually needed, rather than creating it, initialising it, not using it, and then destroying it on mingw (and, as the code currently stands, *BSD). The
2005 Nov 25
1
read.table without sep
Hello all, I have a data file table.txt which i have attached. I am trying to pass the columns as arguments to a function "totnorm" where i am displaying a total normalization plot. The function is given below: totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6, col.lab=4);}
2005 Nov 25
1
read.table without sep
Hello all, I have a data file table.txt which i have attached. I am trying to pass the columns as arguments to a function "totnorm" where i am displaying a total normalization plot. The function is given below: totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6, col.lab=4);}
2010 Feb 14
0
[LLVMdev] [cfe-dev] clang with pthread on mingw
David, Your fix sounds fine to me. Please apply. --Owen On Feb 14, 2010, at 6:30 AM, David Chisnall wrote: > Hi Vincent, > > This is an LLVM issue, rather than a clang issue, so llvmdev is the appropriate mailing list for this report. > > Your fix looks semantically valid, but it would be cleaner to only create and destroy the pthread_rwlockattr_t if it is actually needed,
2013 Jun 10
2
Samba + LDAP: Issue adding machine.
Greetings. I've run into a trouble when trying to add a new Win7 machine on a domain. The domain is controlled by a server running Samba + LDAP (samba compiled with ldap support), on a Debian 5 OS at the local network. I've added the machine name to the LDAP three through phpldapadmin using the option "Samba3 Machine" on the related submenu and via terminal on samba. Then I
2019 Jul 18
0
getent passwd shows old name for renamed user
W dniu 2019-07-18 o?18:46, Rowland penny via samba pisze: > On 18/07/2019 17:36, Kris Lou via samba wrote: >> Might have something to do with this bug: >> https://bugzilla.samba.org/show_bug.cgi?id=11482 >> >> You can find and make the relevant changes with ADSI Edit. >> >> > The problem is that renaming a user on Linux works the opposite way to >
2019 Jul 18
0
getent passwd shows old name for renamed user
On 18/07/2019 21:13, ?ukasz Michalski via samba wrote: > W dniu 2019-07-18 o?21:39, ?ukasz Michalski via samba pisze: >> W dniu 2019-07-18 o?21:22, Rowland penny via samba pisze: >> >>> On 18/07/2019 20:20, ?ukasz Michalski via samba wrote: >>>> W dniu 2019-07-18 o?18:46, Rowland penny via samba pisze: >>>> >>>> I changed uid,
2004 Jul 23
0
Access Denied on Error 0 - 3.0.4
Experienced a strange bug in 3.0.4, but I think I've seen Jeremy discussing this with another on the list with respect to root dir access to a share, but can't find a bug in bugzilla. WinXP-SP1 Goes to My Computer/Properties/Device Mangler/Net Adap/Update Driver/Have Disk When the attemp is made to browse the 3.0.4 share they get Access Denied (they are an admin user on the share)
2006 Jun 30
0
[fdo] .desktop .menu and icons with autotools
Hi all, I want to manage .desktop, .menu and icon files of a project (Wormux) with autotools. Does it exist some doc about this ? I had a look at Amarok sources and I could install the .desktop with the following in my Makefile.am : xdg_appsdir = $(datadir)/applications xdg_apps_DATA = wormux.desktop Are there some similar variables for icons and .menu files ? Furthermore I saw on some Gnome
2015 Nov 28
2
How to delete "proxy" attribute in passdb lookup?
Hi, I have a complicated SQL backend with stored procedures to generate passdb/userdb queries. This result have the proxy-attribute set and it's very complicated to change that procedures. On one system I tried to override/delete the proxy attribute: passdb { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext override_fields = proxy=n } Looks like that doesn't work.
2016 Nov 21
2
Winbind traffic not encrypted
A problem here getting winbind traffic to be encrypted using Kerberos. I have set up a test environment with a pair of servers (actually lxc containers): - samba server (ubuntu 16.04, stock samba 4.3.11) - client machine (ubuntu 16.04) joined with "net ads join" and winbind The client machine has the following in /etc/samba/smb.conf: ------- [global] #netbios name = client-ad
2020 Mar 16
3
[GSOC] "Project: Improve inter-procedural analyses and optimisations"
Hi Farad, > I tried to do this for the NoUnwind attribute Hmm, I don't have experience with this attribute but it seems like a good starting point since it doesn't do much. First of all, be sure that you run with: opt -passes=attributor -attributor-disable=false This uses the new pass manager which is another discussion. Now, to the point: If you open nounwind.ll, it has a bunch of