search for: attribu

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

Did you mean: attrib
2019 Jul 18
2
getent passwd shows old name for renamed user
...t;>> >>> >> 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, name and >> distinguishedname, it doesn't rename any other attributes, >> >> Windows renames everything except dn, cn, name and distinguishedname >> > On my second linux member (backup) getent passwd returns new name: > > [root at backup ~]# getent passwd > SAMDOM\hlg:*:10001:10000::/home/bar:/bin/sh > > There are two difference...
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: Faile...
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 -- S...
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!
...= 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, :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"] , th...
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
...ou 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, name and distinguishedname, it doesn't rename any other attributes, Windows renames everything except dn, cn, name and distinguishedname Rowland
2019 Jul 18
2
getent passwd shows old name for renamed user
...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 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,...
2010 Feb 14
2
[LLVMdev] [cfe-dev] clang with pthread on mingw
...seems to only be doing it on some platforms. Oddly, this is done by excluding *BSD (but not Darwin). If Linux / Darwin / Solaris / some other platforms have a bug in their pthread implementation and default to the wrong value, then it would be cleaner to enumerate those platforms and only use the attributes there. On any platform with a standards-compliant pthread implementation, you will get the same behaviour by passing NULL as the attribute argument (create with default attributes). Creating the attributes object is only required on platforms where the default is incorrect. Checking the doc...
2005 Nov 25
1
read.table without sep
...oblem i am facing is- xlab and ylab contain the column names of data[1] and data[2], but data[1][[1]] which is assigned to x1 has different data which does not correspond to the colname(data[1]). Stating more clearly, the colnames and the coldata don't match. I tried usind read.tablewithout sep attribute, as given below: data1<-read.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,...
2005 Nov 25
1
read.table without sep
...oblem i am facing is- xlab and ylab contain the column names of data[1] and data[2], but data[1][[1]] which is assigned to x1 has different data which does not correspond to the colname(data[1]). Stating more clearly, the colnames and the coldata don't match. I tried usind read.tablewithout sep attribute, as given below: data1<-read.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,...
2010 Feb 14
0
[LLVMdev] [cfe-dev] clang with pthread on mingw
...seems to only be doing it on some platforms. Oddly, this is done by excluding *BSD (but not Darwin). If Linux / Darwin / Solaris / some other platforms have a bug in their pthread implementation and default to the wrong value, then it would be cleaner to enumerate those platforms and only use the attributes there. > > On any platform with a standards-compliant pthread implementation, you will get the same behaviour by passing NULL as the attribute argument (create with default attributes). Creating the attributes object is only required on platforms where the default is incorrect. > &...
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
...t 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, name and > distinguishedname, it doesn't rename any other attributes, > > Windows renames everything except dn, cn, name and distinguishedname > On my second linux member (backup) getent passwd returns new name: [root at backup ~]# getent passwd SAMDOM\hlg:*:10001:10000::/home/bar:/bin/sh There are two differences: ?- no description in passwd line ?...
2019 Jul 18
0
getent passwd shows old name for renamed user
...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 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. >>>> &...
2004 Jul 23
0
Access Denied on Error 0 - 3.0.4
...temp is made to browse the 3.0.4 share they get Access Denied (they are an admin user on the share) Explorer and My computer do not exhibit this. Log level 10 shows: [2004/07/23 09:19:52, 10] smbd/nttrans.c:reply_ntcreate_and_X(609) reply_ntcreateX: flags = 0x10, desired_access = 0x100001 file_attributes = 0x0 , share_access = 0x3, create_disposition = 0x1 create_options = 0x4001 root_dir_ fid = 0x0 [2004/07/23 09:19:52, 10] smbd/nttrans.c:map_create_disposition(343) map_create_disposition: Mapped create_disposition 0x1 to 0x1 [2004/07/23 09:19:52, 10] smbd/nttrans.c:map_share_mode(482) map_...
2006 Jun 30
0
[fdo] .desktop .menu and icons with autotools
...ons and .menu files ? Furthermore I saw on some Gnome projects that the .desktop translations are managed with gettext. Is there a standard way to do this ? Thank you very much. Jean -- _________________________________________ / Il ne se produit rien dans la nature \ | qui puisse lui ?tre attribu? comme un | | vice inh?rent ; car la nature est | | toujours la m?me et partout sa | | puissance d'agir est une et identique. | \ -+- Spinoza -+- / ----------------------------------------- \ ^__^ \ (..)\_______ (__)\...
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. "proxy" is always set. dovea...
2016 Nov 21
2
Winbind traffic not encrypted
...d 436f 2CN=Schema,CN=Co 0x0070: 6e66 6967 7572 6174 696f 6e2c 4443 3d61 nfiguration,DC=a 0x0080: 642c 4443 3d65 7861 6d70 6c65 2c44 433d d,DC=example,DC= 0x0090: 6e65 740a 0102 0a01 0002 0100 0201 0f01 net............. 0x00a0: 0100 a181 caa3 1e04 0b61 7474 7269 6275 .........attribu 0x00b0: 7465 4964 040f 312e 332e 362e 312e 312e teId..1.3.6.1.1. 0x00c0: 312e 312e 30a3 1e04 0b61 7474 7269 6275 1.1.0....attribu 0x00d0: 7465 4964 040f 312e 332e 362e 312e 312e teId..1.3.6.1.1. 0x00e0: 312e 312e 31a3 1e04 0b61 7474 7269 6275 1.1.1....attribu 0x00f0: 7...
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 yo...