Displaying 3 results from an estimated 3 matches for "blackbit".
Did you mean:
backlit
2010 May 18
5
samba.org has been revised!
As some of you might have noticed, the official Samba web site [1] has been
revised during the sambaXP conference [2]. The web design was revamped and
a new logo has been created. Some of the related pages (e.g. the Wiki [3])
have already been adapted to the new style as well.
Special thanks go to Blackbit [4] for creating the new design, to SerNet [5]
for sponsoring and to Stefan Metzmacher (Samba Team, SerNet) for adapting the
new style to the web site!
We hope you enjoy the new look!
The Samba Team
[1] http://samba.org/
[2] http://sambaxp.org/
[3] http://wiki.samba.org/
[4] http://www.blackbit....
2008 Jun 26
1
samba with pam: ad accounts ok, local ones not
hi,
my smb.conf looks like this:
...
security = share
update encrypted = yes
encrypt passwords = no
...
/etc/pam.d/samba:
#%PAM-1.0
auth required pam_nologin.so
auth required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
session required
2011 Jan 28
0
[LLVMdev] LTO, llvm and -m32 not working
I tried compiling a simple source file "int main(){return 0;}" with clang -O4 -m32 -use-gold-plugin and I get the following error:ld: error: /tmp/llvmgold.o: incompatible targetld: /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crt1.o:(.text+0x18): error: undefined reference to 'main'
I have no issues compiling it without -m32. Is there a way to fix this?Thanks