Re: [Samba] Time synchronizing a Samba (member) server

2003-06-21 Thread Sergey Badamshin

 Ak> Is it possible to synchronize the time of a Samba (member) server
 Ak> running in a W2K-domain with a W2K-server which is also the time-server
 Ak> for our domain??

 Ak> Thanks

 Ak> AdK.

Is it a problem to put 'rdate -s your-time-server' in cron?

Serge.



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] samba-python

2003-06-21 Thread Sergey Badamshin
Hello everybody.

Got a problem: need to access samba libs from python without installing
samba3 (samba2.2.8 is working well there and we're not going upgrade it to
3beta for a while). Is it possible at all?
I've tried to test that:
1) downloaded samba-3.0.0beta1 sources;
2) done './configure --with-python=python2' - OK
3) done 'make' - OK
4) done 'make python_ext' - OK
5) done 'make python_install' - OK
Now running python2 I'm trying:
>>> from samba import smb
Traceback (most recent call last):
  File "", line 1, in ?
ImportError: /usr/lib/python2.1/site-packages/samba/smb.so: undefined symbol:
dominfo_attr_list

Similar errors appear while importing other modules.

At last, what should I do?

Yours, Sergey Badamshin



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba