similar to: pdbedia and password policy

Displaying 20 results from an estimated 90000 matches similar to: "pdbedia and password policy"

2005 Dec 22
2
Sharing out unix home directory via samba
Hello Sharing out unix home directory via samba. Home directory is /home/% username% . However, samba insists on sharing this directory as /home/% domain%/%username% . So a user can see their home directory as server %username% from windows. But, when they click on it, they get an error and the samba log says that the share /home/%domain%/%username% doesn't exist. Thanks Regards, Komal
2006 Aug 30
1
Samba and Printing
Hello, I have quick question about Printing with Samba.I want to print to printer connected to Windows machine.I do not have drive for Linux of the printer.Should I create raw queue in Linux to print to Windows printer? If i do not have suitable driver for Linux for printer is it still possible to print to windows printer ? I tired postscript printer but it is not working. Thanks Regards,
2008 Jul 25
0
Samba 4 - Cannot change password Policy
On Sat, 2008-07-19 at 21:54 +0800, markmak@csl1010.com wrote: > I just install the Samba4 Alpha 5. Everyone is OK. I want to change > the password policy but no any utility found. Who can help me on > this? > > In the default setting, the password policy is a complex mode. Currently this is set in the pwdProperties of the domain (ie dc=foo,dc=com) The sane way to deal with this
2006 Aug 11
1
winbindd: Exceeding 200 client connections, no idle connection found
What is the status of https://bugzilla.samba.org/show_bug.cgi?id=3204 ? I am using latest available version of Samba from samba.org and it seems that this issue is not solved. Thanks Regards, Komal
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I don't know how JRuby works, maybe it uses some new feature that GNU Classpath does not provide. VMKit's openJDK version is unstable on 64 bits since package version 6b27. You can still use it for very small programs which does not need GC but that's all. It works fine on 32 bits. So you can try it on 32 bits or revert your java version to a previous one (< than 6b27) to test
2004 Jul 17
0
Can't get password policies (bad lockout attempt) to work on Samaba 3 + OpenLDAP
Hi, I have a Debian stable (woody aka 3.0) machine. I am moving my existing samba 2.x installation (that has users stored in smbpasswd) to samba 3.0.4 with LDAP as the backend. I am able to move the users to LDAP just fine. However, the password policy of bad lockout attempt does not seem to work. I installed the samba deb file from the samab.org site. I also have OpenLDAP slapd
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Harris Bakiras, Thanks for reply. It working now. Actually I wanted to try vmkit VM to run jruby codes. vmkit is able to run Java program, but when I try to run JRuby code then I get following error - root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb > > Platform.java:39:in `getPackageName': java.lang.NullPointerException > > from ConstantSet.java:84:in
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hello Kumar, Unfortunately we never experienced on ARM architecture and we are not planning to port VMKit on ARM for the moment. Regards, Harris Bakiras On 07/19/2013 05:50 PM, Kumar Sukhani wrote: > I am working on a project to port JRuby on Embedded systems. JRuby > converts Ruby code to bytecode which is executed by any JVM. For this > project I am testing performance of JRuby
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Kumar, It's a mistake, we will correct that, we haven't tested vmkit on arm. As LLVM supports arm, by cross-compiling vmkit in arm/linux, it could work, but you will probably have to adapt some few parts of the code. If you plan to make the port, feel free to send us a lot of patches :) Gaël Le 22 juil. 2013 17:09, "Kumar Sukhani" <kumarsukhani at gmail.com> a écrit :
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I am working on a project to port JRuby on Embedded systems. JRuby converts Ruby code to bytecode which is executed by any JVM. For this project I am testing performance of JRuby with various available JVMs. I have chosen ARM architecture. Does vmkit support ARM architecture? On Fri, Jul 19, 2013 at 8:01 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote: > I don't know how JRuby
2011 Jul 01
1
pdbedit "password must change" not following policy
Hey everyone, I've got a file server (named success) running Samba version 3.0.10-1.4E. I've also got another file server (named happiness) running Samba version 3.3.15 and LDAP. I've got success pointed to happiness for LDAP in the smb.conf, and running a "pdbedit -v user" works, it shows the proper information...except for the password must expire, it seemingly ignores
2005 Mar 30
2
pdbedit - question on migration
question on pdbedit - when using it for a migration - existing data is stored in tdbsam. pbdedit -i tdbsam -e ldapsam It wants to take existing machine accounts and put them into an ou=Computers. I'd rather it put them in ou=People. Samba version is 3.09 Thanks....... Jon Johnston Creative Business Solutions IBM, Microsoft, Novell/Suse, Sophos Consultants http://www.cbsol.com
2013 Jul 22
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
here <http://vmkit.llvm.org/> its mentioned that its portable on ARM. So simply cross-compiling will work? On Mon, Jul 22, 2013 at 7:37 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote: > Hello Kumar, > > Unfortunately we never experienced on ARM architecture and we are not > planning to port VMKit on ARM for the moment. > > Regards, > > Harris Bakiras >
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Kumar, There is an error on your configuration line, you should provide the path to llvm-config binary instead of configure file. Assuming that you compiled llvm in release mode, the llvm-config binary is located in : YOUR_PATH_TO_LLVM/Release+Asserts/bin/llvm-config Try to change the -with-llvm-config-path option and it will compile. Harris Bakiras On 07/19/2013 02:36 PM, Kumar
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps giving here <http://vmkit.llvm.org/get_started.html>[1]. but when I run ./configure I am getting following error- root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure >> -with-llvm-config-path=../llvm-3.3.src/configure >> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip
2023 Aug 26
1
Domain password policy with Samba AD DC
On Sat, 26 Aug 2023 18:02:44 +0200 Peter Milesson via samba <samba at lists.samba.org> wrote: > Hi Anantha, Why do I get the feeling I missed something here ? > > I now know (the hard way) that it's possible to manage the password > policies with samba-tool. But through my futile trials and > information on different web sites (very little documentation in the >
2006 Nov 23
2
Do anyone know the solution...
Hi all, This is my query. Let me explain the environment first. I have to write a perl-cgi script to add a user in samba. I will be accessing this script through apache server, in short i am making a web page to add samba user. My query is how can i add user with "smbpasswd" command and giving password as command line argument. In normal scenario i get a prompt asking for
2023 Aug 26
1
Domain password policy with Samba AD DC
On Sat, 26 Aug 2023 19:03:19 +0200 Peter Milesson via samba <samba at lists.samba.org> wrote: > > > On 26.08.2023 18:13, Rowland Penny via samba wrote: > > On Sat, 26 Aug 2023 18:02:44 +0200 > > Peter Milesson via samba <samba at lists.samba.org> wrote: > > > >> Hi Anantha, > > Why do I get the feeling I missed something here ? > >
2023 Aug 26
1
Domain password policy with Samba AD DC
On 26.08.2023 18:13, Rowland Penny via samba wrote: > On Sat, 26 Aug 2023 18:02:44 +0200 > Peter Milesson via samba <samba at lists.samba.org> wrote: > >> Hi Anantha, > Why do I get the feeling I missed something here ? > >> I now know (the hard way) that it's possible to manage the password >> policies with samba-tool. But through my futile trials and
2018 Apr 04
0
How to change Domain password as normal user?
On Sat, 31 Mar 2018 17:04:22 +0100 Rowland Penny <rpenny at samba.org> wrote: > > On Sat, 31 Mar 2018 11:42:07 -0400 > Mark Foley via samba <samba at lists.samba.org> wrote: > > > On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny <rpenny at samba.org> > > wrote: > > > > > > This will then prompt the user for their 'oldpassword' and