Displaying 20 results from an estimated 4000 matches similar to: "samba 3.5 pdc migration"
2012 Feb 16
2
Fwd: Re: cwRsync got killed...
A bit late, but someone (anonymous) provided a link to download.
the md5 is correct, it matches the last sourceforge state. And the md5
and sha256 mentioned at https://www.itefix.no/i2/node/12862 - before he
gave up the project.
MD5 c787dfa854775793d1a1b5c3502b57b5
sha256 5abeec588e937bd749456ddb347e4116b0f8407e15f412281fc64c763d1de62d
For obvious reasons you should check the md5 / sha256 after
2002 Feb 24
4
Virtuall CDROM
Hi there!
I want to use sambe to create a share on my linux server. This share is
a directory on my server, which should look for my WINXP clients as a
cdrom. Like a virtual CD-ROM.
Can some one help me how to to it??
Thanks
Juergen
Juergen Gumpinger
Hauptstrasse 27
A-4770 Andorf
Tel.: +43-7766-41208
Mob.: +43-676-4322650
Fax.: +43-7766-41207
-------------- next part --------------
HTML
2002 Mar 08
2
libreadline.so.4 needed
i'm trying to update samba to 2.2.3a on a mandrake 8.1 system an when i
tried to install the rpm it said i needed libreadline.so.4. anyone know
where I can locate this to put on my system. thanks.
anyone also gotten sambe to work on mandrake with download iso an making
the cds then installing. it seems to put smb.conf an other files into the
/etc/samba dir but smbd -d want start jup
2016 Apr 30
2
Changing Password Schemes
This looks good, except it is truncated, it should be something like
95chars long, Is your hash column set to 128 or up around there or
larger?
Quoting Carl A Jeptha <cajeptha at gmail.com>:
> Sorry for double reply, but this what a password looks like in the
> "hashed" password column:
> {SHA512-CRYPT}$6$wEn1UFuiMzl9OSjd$Vh/PZ95WDID1GwI2
>
> ------------
2016 May 01
2
Changing Password Schemes
First of all, you can probably go online before you convert all passwords. You can modify your query in dovecot-sql.conf.ext to something like the following:
SELECT IF(crypt_pass IS NULL OR crypt_pass='', CONCAT('{PLAIN}',plain_pass), crypt_pass) as password FROM mailuser ..
This is assuming that:
* for incoming users, you have a plain_pass column containing just the plaintext
2008 Mar 14
2
Problems with Samba
Hi,
I administrate a server (debian etch) on which runs samba, version 3.0.24-6et. Everything worked fine until today. I tried to logon on the server via a clientmachine (win2k, winxp), but i got an error, "System cannot logon because domain not reachable". (it is possible to ping the server and to establish a shortcut (to logon) to the server - that works). I have no idea what
2016 May 03
5
Changing Password Schemes
Thank you,
Due to changes I had to make to let password_query work, I think your
"quick" version should be like this my setup:
UPDATE mailbox set password = ENCRYPT(clearpwd, CONCAT('$6$',sha(RAND()))) WHERE password IS NULL OR password=' ';
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-05-03 18:10, Gedalya wrote:
> The
2016 May 13
2
Division entre el numero de ocurrencias parciales y totalesdentro de un DataFrame de manera eficiente
Hola:
Aplicaré lo que dices de usar data.table.
Sobre hacer for, etc. Ya lo he hecho, pero pensaba que usar dplyr haría la
tarea más rápida por estar este implementado en C (si no me equivoco).
Siempre que puedo utilizo estas funciones, porque codificas menos y van más
rápido. En este caso el problema es que no he encontrado la manera de hacer
lo que quiero con dplyr o similar. La idea era al
2014 Nov 10
1
dhcp best practice
I have been wanting to allow our routers to continue to serve dhcp thinking
this would give us a safer fail environment. Now we are learning that our
routers can handle creating a whitelist of mac addresses to use for dhcp
leases. So we need to look at alternatives.
I am wondering how many samba AD DC's also run dhcp -- and if there is a
samba 'good practice' for managing dhcp. Yes, I
2018 Feb 12
2
Samba 4.6.7 AD, Netapp CDOT 9.2 and missing "Domain Users" membership
Have you solved?
I have the sambe issue with NEtapp CDOT 9.1 P11, latest versions,
tried with AD and works It seems that domain users are not showed
correctly when tey are set as priamry bug, it seems a samba bug
Can you help?
Thanks<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br /> <table
style="border-top: 1px solid #D3D4DE;">
<tr>
<td
2016 Apr 29
4
Changing Password Schemes
converting the passwords in the database from clear/plain text to
SHA512-CRYPT
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-04-29 15:02, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Fri, 29 Apr 2016, Carl A Jeptha wrote:
>
>> Good Day,
>> I have been following this tutorial without much
2016 May 03
2
Changing Password Schemes
Just tried to run it on the "Live" database, the simulation found all
the rows, but when I ran the query I got this error (still trying to see
what mus be changed):
|#1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near '.sha(RAND()))) WHERE password IS NULL OR password=''' at line
2016 Apr 29
3
Changing Password Schemes
That's not SHA512-CRYPT. That's just a simple sha512 of the password, without salt.
A SHA512-CRYPT password will be generated with:
printf "1234\n1234" | doveadm pw -s SHA512-CRYPT
or:
doveadm pw -s SHA512-CRYPT -p 1234
or:
mkpasswd -m sha-512 1234
(without the "{SHA512-CRYPT}" prefix)
What exactly is the difficulty you are having with converting the passwords?
2004 Oct 20
2
Samba + (LDAP + Kerberos V)
So like at least a handful of people before me I have begun the valiant
stugle to unify logins at my place of business.
I have setup a test LDAP + Kerberos V cluster.
And I have Setup a test Samba 3 PDC.
What I would like to do is get Samba to handle kerberos ticket granting
and authentication to the (LDAP + Kerberos V) Directory. Such that
Windows is completely unaware of the existence of
2016 May 12
2
Division entre el numero de ocurrencias parciales y totales dentro de un DataFrame de manera eficiente
Hola:
A ver si me podéis ayudar que estoy atascado...
Necesito contar los subcasos de la columna 2 de un dataframe respecto a los
casos de la columna 1.
Es decir, tengo un data.frame
a<-c(rep(c('a','b','c','b','c'),3),'b')
b<-c(rep(c('x','y','z','w'),4))
c<-c(rep(c(1,1,0,0),4))
2015 Jun 23
2
Migrating from Samba3.6(ldap) to Samba4.2.2
Hi i'm actually trying to migrate my samba 3.6 PDC NT-4 domain with openldap as backend to samba4 AD type domain witch bind_dlz
so i followed the documentation https://wiki.samba.org/index.php/Samba_Classic_Upgrade_%28NT4-style_domain_to_AD%29
the command :
samba-tool domain classicupgrade --dbdir=/root/sambe/ --use-xattrs=yes --realm=mydom.local --dns-backend=BIND9_DLZ
2016 May 01
3
Changing Password Schemes
You do need to complete the query. Don't just replace your query with the one I wrote. You have to have a WHERE clause, and you might need to return other fields.
Keep the password query you had before, just replace the 'password' column with "IF( ... ) as password"
The query as you have it now simply returns all the passwords for all the users, because you don't have a
2005 Nov 15
11
Unable to connect samba server using hostname
Hai All,
I am Unable to connect samba server using hostname
the thing is.. its happen only from few windows machine
in my network... but they can access the sambe share
using IPAddress.. as like all other machine
All the other Windows system in my network can access samba share
using both... IP Address and Hostname..
This creating a big headache for me.....
please suggest some solution to solve
2005 Sep 15
1
delete user script
Does anyone know what the unix UID is deleting a user in USRMGR?
I'm using Samba with ldap and while I can create users just fine with usrmgr (logged in as myself, but when I delete a user, it
seems to have trouble running my "delete user script"
My samba log shows:
[2005/09/15 10:19:42, 1] lib/smbldap.c:another_ldap_try(1011)
Connection to LDAP server failed for the 15 try!
2016 Apr 29
4
Changing Password Schemes
Good Day,
I have been following this tutorial without much luck -
http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes#CA-26af2b83a43b8100522c57565773f605c21f2f27_1
It is obvious to me that I am not following the instructions correctly
and need to be shown what I am misunderstanding.
I have an old postfix + dovecot + Roundcube mailserver
(mail.domain.Tld). Server clock is loosing time and