Changeset 746 for vendor/current/examples
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- Location:
- vendor/current/examples
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/LDAP/samba.ldif
r740 r746 154 154 olcAttributeTypes: {50}( 1.3.6.1.4.1.7165.2.1.73 NAME 'sambaTrustPartner' DESC 155 155 'Fully qualified name of the domain with which a trust exists' EQUALITY case 156 156 IgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) 157 157 olcAttributeTypes: {51}( 1.3.6.1.4.1.7165.2.1.74 NAME 'sambaFlatName' DESC 'Ne 158 158 tBIOS name of a domain' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115. -
vendor/current/examples/VFS/Makefile.in
r414 r746 37 37 %.$(OBJEXT): %.c 38 38 @echo "Compiling $<" 39 @$(CC) $(FLAGS) -c $< 39 @$(CC) $(FLAGS) -c $< -D$*_init=init_samba_module 40 40 41 41 -
vendor/current/examples/VFS/configure.in
r414 r746 338 338 # try building a trivial shared library 339 339 if test "$PICSUFFIX" = "po"; then 340 $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${ srcdir-.}/../../tests/shlib.c &&340 $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${SAMBA_SOURCE}/../tests/shlib.c && 341 341 $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po && 342 342 ac_cv_shlib_works=yes 343 343 else 344 $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.$PICSUFFIX ${ srcdir-.}/../../tests/shlib.c &&344 $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.$PICSUFFIX ${SAMBA_SOURCE}/../tests/shlib.c && 345 345 mv shlib.$PICSUFFIX shlib.po && 346 346 $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po && … … 351 351 if test $ac_cv_shlib_works = no; then 352 352 BLDSHARED=false 353 AC_MSG_WARN([[Did you forget to specify --with-samba-source=/path/to/samba?]]) 353 354 fi 354 355 fi -
vendor/current/examples/misc/wall.perl
r414 r746 1 #!/usr/ local/bin/perl1 #!/usr/bin/perl 2 2 # 3 3 #@(#) smb-wall.pl Description:
Note:
See TracChangeset
for help on using the changeset viewer.