search for: attribue

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

Did you mean: attribute
2019 Jul 18
2
getent passwd shows old name for renamed user
...quot; in > config file. > > The rest is the same: OS, samba version. > > I changed uid, sAMAccountName, msFU30Name from 'foo' to 'bar' using > ADUC attribute editor. Now I have 'bar' instead of 'foo' in LDAP > attributes. I double checked that attribues changed witch ldbsearch on > Samba AD. > > But getent passwd still shows 'foo' on first machine. > > Regards, > ?ukasz > > Try running 'net cache flush' Rowland
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?
...It would probably also be useful to add support for removing a > field entirely, such as returning "-proxy" (where the =value would > be ignored). I'm not entirely sure how useful that would be > though. Why don't just enable override_fields = proxy= so, just use "attribue=<nothing>" to delete it? Peer - -- Heinlein Support GmbH Schwedter Str. 8/9b, 10119 Berlin http://www.heinlein-support.de Tel: 030 / 405051-42 Fax: 030 / 405051-19 Zwangsangaben lt. ?35a GmbHG: HRB 93818 B / Amtsgericht Berlin-Charlottenburg, Gesch?ftsf?hrer: Peer Heinlein -- Si...
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!
...description=>"enter description here") I was expecting that I could access the attributes of @schoolclass with (e.g.) @schoolclass.day .A breakpoint right after the object creation allows me to see the initialized attributes using @schoolclass.inspect, BUT when I look at individual attribues using (e.g.) @schoolclass.day or @schoolclass[:day] or @schoolclass["day"] , they are all NIL. What am I not seeing here? This exactly follows the example in the ActiveRecord::Base documentation! How can I access the initialized object attributes? thanks in advance for any light you...
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 much welcome. Best regards, Olivier
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
...-07-18 o?18:46, Rowland penny via samba pisze: >>> >>> I changed uid, sAMAccountName, msFU30Name from 'foo' to 'bar' using >>> ADUC attribute editor. Now I have 'bar' instead of 'foo' in LDAP >>> attributes. I double checked that attribues changed witch ldbsearch >>> on Samba AD. >>> >>> But getent passwd still shows 'foo' on first machine. >>> >>> Regards, >>> ?ukasz >>> >>> >> Try running 'net cache flush' >> >> Rowland >&...
2010 Feb 14
2
[LLVMdev] [cfe-dev] clang with pthread on mingw
...hen pthread was >> enabled. >> Problem was in line 87 in RWMutex.cpp: >> >> // Initialize the rwlock >> errorcode = pthread_rwlock_init(rwlock, &attr); >> assert(errorcode == 0); >> >> >> on mingw platform, pthread only support NULL attribues as shown below: >> >> int >> pthread_rwlock_init (pthread_rwlock_t * rwlock, >> const pthread_rwlockattr_t * attr) >> { >> int result; >> pthread_rwlock_t rwl = 0; >> >> if (rwlock == NULL) >> { >> return EINVAL;...
2005 Nov 25
1
read.table without sep
...table("alldata.txt",header=TRUE) But this statement is not getting executed using Rserve when i make a connection to R and try to execute it from a java servlet. I don't know why it was doing so, so thought it would be better to fix this on R side, i.e, try to use the "sep" attribue in read.table and still make the colnames and coldata point to the same col#. Please suggest a solution. Thanks, Vasu. -------------- next part -------------- 14A_U133A_StatPairs 14A_U133A_Detection 14B_U133A_Signal 88A_U133A_Signal 88B_U133A_Signal 183A_U133A_Signal 183B_U133A_Signal AFFX-BioB-5_...
2005 Nov 25
1
read.table without sep
...table("alldata.txt",header=TRUE) But this statement is not getting executed using Rserve when i make a connection to R and try to execute it from a java servlet. I don't know why it was doing so, so thought it would be better to fix this on R side, i.e, try to use the "sep" attribue in read.table and still make the colnames and coldata point to the same col#. Please suggest a solution. Thanks, Vasu. -------------- next part -------------- 14A_U133A_StatPairs 14A_U133A_Detection 14B_U133A_Signal 88A_U133A_Signal 88B_U133A_Signal 183A_U133A_Signal 183B_U133A_Signal AFFX-BioB-5_...
2010 Feb 14
0
[LLVMdev] [cfe-dev] clang with pthread on mingw
...ed. >>> Problem was in line 87 in RWMutex.cpp: >>> >>> // Initialize the rwlock >>> errorcode = pthread_rwlock_init(rwlock, &attr); >>> assert(errorcode == 0); >>> >>> >>> on mingw platform, pthread only support NULL attribues as shown below: >>> >>> int >>> pthread_rwlock_init (pthread_rwlock_t * rwlock, >>> const pthread_rwlockattr_t * attr) >>> { >>> int result; >>> pthread_rwlock_t rwl = 0; >>> >>> if (rwlock == NULL) >>&...
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
...winbind use default domain = yes" in config file. The rest is the same: OS, samba version. I changed uid, sAMAccountName, msFU30Name from 'foo' to 'bar' using ADUC attribute editor. Now I have 'bar' instead of 'foo' in LDAP attributes. I double checked that attribues changed witch ldbsearch on Samba AD. But getent passwd still shows 'foo' on first machine. Regards, ?ukasz
2019 Jul 18
0
getent passwd shows old name for renamed user
...Rowland penny via samba pisze: >>>> >>>> I changed uid, sAMAccountName, msFU30Name from 'foo' to 'bar' using >>>> ADUC attribute editor. Now I have 'bar' instead of 'foo' in LDAP >>>> attributes. I double checked that attribues changed witch ldbsearch >>>> on Samba AD. >>>> >>>> But getent passwd still shows 'foo' on first machine. >>>> >>>> Regards, >>>> ?ukasz >>>> >>>> >>> Try running 'net cache flush&...
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"
...; https://www.youtube.com/watch?v=cC2cspQgSxM > > Thanks for suggesting this! I watched the video and now I understand the > pros and cons of inlining. But I still think that It would take me a while > before I can come up with a very good example demonstrating the use of of > of the Attribues in some IPO pass. I know how in [1] Johaanes explained > the use of MaxObjSize and Dereferenceable in the AliasAnalysis. But I > would be happy if I could come up with some even better example. > > > You are somewhat right. However, H2S is not about 'use-after-free' bug >...