similar to: Attributes on Extended AD disappeared...

Displaying 20 results from an estimated 8000 matches similar to: "Attributes on Extended AD disappeared..."

2014 Jul 31
1
Problem joining second DC --- replicated DC on two sites.
Hey everyone, I was trying to add a second DC to my controller via 'samba-tool domain join' tool. Well, everytime, some error appears, and it says the joining was not possible. I look over the internet, and then, I tried to join the domain again, but this time, to a specific Site... the same error. When I enter the AD tools on windows, for my surprise, I get this:
2014 Mar 20
1
Samba3 to Samba4 Group Migration during classicupgrade
Hey everyone... I'm testing samba3 to samba4 migration and I'm having a problem with group migration. Basically, when I run classicupgrade, he keeps warning about group membership. I increase log level and it tells that the group that some users belongs to don't exist. Is there anyway to tell samba classicupgrade to import groups first and then do the rest? Kind regards, Bruno
2014 May 06
1
Samba 3 to 4 Migration Workgroup/Logon problem
Hey, I'm testing a migration from samba 3 to samba4. On samba 3 smb.conf, I have and workgroup=EXAMPLE.COM and now, on samba4, after the migration I have workgroup=EXAMPLE and realm=EXAMPLE.COM. My problem is that on workstations already joined to domain, on samba3, are incapable of authenticating/login against the same domain in samba 4 without rejoining the domain. The infrastructure in
2014 May 30
2
Schema attributes changes after AD extension
Hey, I extend my AD with some new attributes, but I make some mistakes on the way and now I'm trying to modify those wrong attributes entries, like isSingleValued and oMSyntax. I'm following these guide - https://blogs.oracle.com/hariblog/entry/modify_attribute_properties_in_active - to make the changes. I go to LDP.exe, connect and bind to LDAP and try to make the changes on
2014 Dec 30
2
Samba 4.1.14 Domain Controller as file server and internal winbind
Hi, Im running a domain controller (AD DC) and file server, on the same machine, with sernet-samba 4.1.14. Right now, I have a process using almost 100% CPU all the time. After 'samba-tool processes' I found that the process is winbind_server. On samba wiki page, they don't recommend using domain controller as file server because winbind issues. I already have other domain
2014 Dec 29
2
smbd's using up 100% of all cpu's and load avg slowly going up
Hi, Yes, I already thought about it. I have the sernet repo installed.. Is possible to yum update and jump from 4.1.6 to 4.1.14 directly, without problems or should I follow some kind of procedure to avoid future problems? Regards, Bruno Andrade. On 12/29/2014 01:46 PM, Rowland Penny wrote: > On 29/12/14 12:02, Bruno Andrade wrote: >> Hi again, >> >> Sorry, I forgot to
2014 Dec 29
2
smbd's using up 100% of all cpu's and load avg slowly going up
Hi again, Sorry, I forgot to include the fd used... 13 -> /var/lib/samba/private/sam.ldb.d/DC=EXAMPLE,DC=COM.ldb 16 -> /var/lib/samba/private/sam.ldb.d/metadata.tdb the others refers to /var/run/samba/winbindd/pipe Regards, Bruno Andrade. On 12/29/2014 11:56 AM, Bruno Andrade wrote: > Hi, > > Here is some output of "strace -ff -p" to the process using ~100% CPU >
2014 Dec 29
2
smbd's using up 100% of all cpu's and load avg slowly going up
Hi, I'm having problems in a second domain controller machine. Every time a restart samba, few time after a samba process starts using almost 100% cpu. It's a Centos 6.5 x86_64 with the following: sernet-samba-libsmbclient0-4.1.6-7.el6.x86_64 sernet-samba-ad-4.1.6-7.el6.x86_64 sernet-build-key-1.1-4.noarch sernet-samba-libs-4.1.6-7.el6.x86_64 sernet-samba-client-4.1.6-7.el6.x86_64
2006 Apr 13
5
Changing class data in environmrnt.rb
Greetings, I have a class that should allow you define some default values. It seems to make the most sense to do this environment.rb since its the default app configuration. It currently looks like this: Settings::DEFAULT_VALUES.merge!({ :setting_one => ''foo'', :settings_two => ''bar'' }) The problem is in development mode, the values are only
2012 Nov 16
2
[LLVMdev] porting to 3.1: ConstantDataArray
Hi, In llvm 3.0 llvm::ConstantArray had a ::getAsCString() method that returned the buffer as a std::string. Now it seems that 3.1 this method dissapeared. I found that llvm::ConstantDataArray has a method called getAsString(), but it returns a Constant*. What is the safe way to retrieve the pointer of the Constant array as a C string?
2006 May 17
2
Asterisk@home default password doesn't match
Hi all, This is my first post! I'm newbie, yesterday I installed Asterisk@home, and I got lot of Kernel panics, after trying to reinstall it, this messages dissapeared. My problem now is that the default password for maint user in AMP is not working... I got this error message when I try to connect via another computer in the same network, after trying to log -> maint/password: FORBIDDEN
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Just in case another person comes to get stuck on this on Mac OS: http://web.mit.edu/mfloyd/www/computing/mac/gv/ This link explains the process on getting gv installed since Xaw3d dependency even has a 'error' (actually missing few parameters) on a line that prevents code compilation that needs to be fixed before configuring and make it works. -- I have gv installed now and my bash
1998 Nov 24
1
Dissapearence of samba servers.
We have a LAN network consisting mostly of Win95 machines, with a couple of NT boxes and 3 Linux-based Samba servers. Throw in a VAX running Pathworks and a partridge in a pear tree. Anyway, it seems that since Monday all three of the Samba boxes have dissapeared from the browse lists (from the POV of the Windows users). Typing in \\server only gives a "Network name not found error."
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey, I think there is still something missing. I ignored the -j as you mentioned and saw on the documentation that to compile on debug mode I could do so using: $./configure --disable-optimized As a result by the end I compiled llvm2.9 I got: llvm[0]: ***** Completed Debug Build llvm[0]: ***** Note: Debug build can be 10 times slower than an llvm[0]: ***** optimized build. Use make
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey, Still the same message. I am running it from llvm-2.9/Debug/bin/clang -cc1 -ast-view ~/smd.c Is this where you were referring to? Best, Carlos Andrade http://carlosandrade.co 2012/6/9 Joey Gouly <joel.gouly at gmail.com> > You need to run the clang from the build directory. Something like > ./Debug+Asserts/bin/clang > > Joey > > > On 9 June 2012 22:52,
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
You need to run the clang from the build directory. Something like ./Debug+Asserts/bin/clang Joey On 9 June 2012 22:52, Carlos Andrade <carlosviansi at gmail.com> wrote: > Just in case another person comes to get stuck on this on Mac OS: > > http://web.mit.edu/mfloyd/www/computing/mac/gv/ > > This link explains the process on getting gv installed since Xaw3d > dependency
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey! Thanks I just replied your message on stack and I was actually looking into this right now. Is this the option? I just wanted to confirm: - make [-j] - The -j specifies the number of jobs (commands) to run simultaneously. This builds both LLVM and Clang for Debug+Asserts mode. The --enabled-optimized configure option is used to specify a Release build. The -j parameter is
2014 Aug 12
1
Joining Second DC error -- NT_STATUS_CONNECTION_RESET
Hey, Im trying to join a second domain controller to domain. I'm using the following command o join: *samba-tool domain join example.com DC -UAdministrator --password=xxxxxx --realm=example.com --server=dc1.example.com --site=NEWSITE --dns-backend=BIND9_DLZ --debuglevel=5* Iptables and SELinux are turned off in both machines. This is the debug I get... (...) Replicated 18 objects (0
2017 Mar 14
2
Information about location for feature requests and bug reports
Good evening, I'd like to know where I can request a feature or bug report from Samba. Other free software projects that I work with issue directly on the Github project, others have a portal for this type of request. Thank you in advance for the info. Sincerely, Tácio Andrade. IT Consultant at MultiTI.com.br ᐧ
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Just to add one more thing. I have been trying to install the gv on my mac os but I have not been successful either. The gv build requires xaw3d ( http://directory.fsf.org/wiki/Xaw3d ) which apparently has not been updated for quite few years and the download is not even available anymore. Carlos Andrade http://carlosandrade.co 2012/6/9 Carlos Andrade <carlosviansi at gmail.com> > Hi