Re: Permission group forms authentication

2011-07-13 Thread Martin Tse
Ahh I see. thanks for this.


On Thu, Jul 14, 2011 at 1:49 PM, Matthew Cosier  wrote:

> You generally need to use the authorisation section of the web.config to
> allow/deny in these types of situations.
> Allow *
> Deny ?
>
> Where * is all users, and ? is anonymous users.
>
> Perhaps.
>
> M
>
> -Original Message-
> From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On
> Behalf
> Of Martin Tse
> Sent: Thursday, 14 July 2011 2:30 PM
> To: ozMOSS
> Subject: Permission group forms authentication
>
> Hi guys,
>
> I was wondering if we have an "NT authority\authenticated users" group for
> form base authentication?
>
>
>
> Thanks,
> Martin
> ___
> ozmoss mailing list
> ozmoss@ozmoss.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
>
> ___
> ozmoss mailing list
> ozmoss@ozmoss.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
>
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Permission group forms authentication

2011-07-13 Thread Matthew Cosier
You generally need to use the authorisation section of the web.config to
allow/deny in these types of situations.
Allow *
Deny ?

Where * is all users, and ? is anonymous users.

Perhaps.

M

-Original Message-
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of Martin Tse
Sent: Thursday, 14 July 2011 2:30 PM
To: ozMOSS
Subject: Permission group forms authentication

Hi guys,

I was wondering if we have an "NT authority\authenticated users" group for
form base authentication?



Thanks,
Martin
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Permission group forms authentication

2011-07-13 Thread Martin Tse
Hi guys,

I was wondering if we have an "NT authority\authenticated users" group for form 
base authentication?



Thanks,
Martin
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: MOSS 2007 Picture library sorting

2011-07-13 Thread Matthew Cosier
Sounds like it was probably migrated in an old upgrade from SPS2003 and the
list definition had those columns left out, probably wasn't smart enough to
merge it in with the new template or something!

 

M

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of Nigel Hertz
Sent: Thursday, 14 July 2011 9:29 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

 

That is... weird. If I create a new picture library in the same site, it has
those columns, however the original library doesn't. I'm wondering if it was
somehow created differently. Oh well, I guess I'll just create a new one,
move the images over, delete the old one, and then recreate it J (It's a
library containing employee ID photos and links back to AD - a throwback to
SPS2003)

 

Thanks Paul J

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of Paul Noone
Sent: Thursday, 14 July 2011 9:22 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

 

What kind of pic library are you using??

 



 

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of Nigel Hertz
Sent: Thursday, 14 July 2011 9:17 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

 

Hmmm, that isn't working for me: "One or more column references are not
allowed, because the columns are defined as a data type that is not
supported in formulas."

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of Paul Noone
Sent: Thursday, 14 July 2011 9:06 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

 

Create a calculated column that =Modified or = Last_x0020_Modified and then
you can sort on that.

 

Same solution applies to Calendars and trying to sort by Start/End Time.

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of Nigel Hertz
Sent: Thursday, 14 July 2011 9:01 AM
To: ozMOSS
Subject: MOSS 2007 Picture library sorting

 

Hi all

 

Is anyone aware of a way to sort a picture library by the "Modified" date?
When modifying the default view, neither "Modified" or "Created" are options
to sort on.

 

Trolling through the archived messages on the list, there are quite a few
problems with picture libraries that I can see (one of which was raised by
me) but no actual resolutions.

 

 


Kind Regards,
Nigel Hertz

SharePoint Administrator & Developer, Information Technology 

Stockland, Level 25, 133 Castlereagh Street, Sydney NSW 2000

T: +61 2 9035 2617  M: +61 4 0103 4605
F: +61 2 8988 2617   E:  nigel.he...@stockland.com.au

www.stockland.com.au

Before printing this email, please consider the environment.

 



  _  



Stockland Notice: If this communication has been sent to you by mistake,
please delete and notify us.  If it has been sent to you by mistake, legal
privilege is not waived or lost and you are not entitled to use it in any
way. Stockland and its subsidiaries reserve the right to monitor e-mail
communication through its networks.



  _  



Stockland Notice: If this communication has been sent to you by mistake,
please delete and notify us.  If it has been sent to you by mistake, legal
privilege is not waived or lost and you are not entitled to use it in any
way. Stockland and its subsidiaries reserve the right to monitor e-mail
communication through its networks.



  _  



Stockland Notice: If this communication has been sent to you by mistake,
please delete and notify us.  If it has been sent to you by mistake, legal
privilege is not waived or lost and you are not entitled to use it in any
way. Stockland and its subsidiaries reserve the right to monitor e-mail
communication through its networks.

<>___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: MOSS 2007 Picture library sorting

2011-07-13 Thread Nigel Hertz
That is. weird. If I create a new picture library in the same site, it has 
those columns, however the original library doesn't. I'm wondering if it was 
somehow created differently. Oh well, I guess I'll just create a new one, move 
the images over, delete the old one, and then recreate it :) (It's a library 
containing employee ID photos and links back to AD - a throwback to SPS2003)

Thanks Paul :)

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 14 July 2011 9:22 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

What kind of pic library are you using??

[cid:image001.png@01CC4208.74118AA0]


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 14 July 2011 9:17 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

Hmmm, that isn't working for me: "One or more column references are not 
allowed, because the columns are defined as a data type that is not supported 
in formulas."

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 14 July 2011 9:06 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

Create a calculated column that =Modified or = Last_x0020_Modified and then you 
can sort on that.

Same solution applies to Calendars and trying to sort by Start/End Time.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 14 July 2011 9:01 AM
To: ozMOSS
Subject: MOSS 2007 Picture library sorting

Hi all

Is anyone aware of a way to sort a picture library by the "Modified" date? When 
modifying the default view, neither "Modified" or "Created" are options to sort 
on.

Trolling through the archived messages on the list, there are quite a few 
problems with picture libraries that I can see (one of which was raised by me) 
but no actual resolutions.



Kind Regards,
Nigel Hertz

SharePoint Administrator & Developer, Information Technology
Stockland, Level 25, 133 Castlereagh Street, Sydney NSW 2000
T: +61 2 9035 2617  M: +61 4 0103 4605
F: +61 2 8988 2617   E:  
nigel.he...@stockland.com.au
www.stockland.com.au
Before printing this email, please consider the environment.


Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

_

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
<>___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: MOSS 2007 Picture library sorting

2011-07-13 Thread Paul Noone
What kind of pic library are you using??

[cid:image001.png@01CC4207.7329DF30]


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 14 July 2011 9:17 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

Hmmm, that isn't working for me: "One or more column references are not 
allowed, because the columns are defined as a data type that is not supported 
in formulas."

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 14 July 2011 9:06 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

Create a calculated column that =Modified or = Last_x0020_Modified and then you 
can sort on that.

Same solution applies to Calendars and trying to sort by Start/End Time.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 14 July 2011 9:01 AM
To: ozMOSS
Subject: MOSS 2007 Picture library sorting

Hi all

Is anyone aware of a way to sort a picture library by the "Modified" date? When 
modifying the default view, neither "Modified" or "Created" are options to sort 
on.

Trolling through the archived messages on the list, there are quite a few 
problems with picture libraries that I can see (one of which was raised by me) 
but no actual resolutions.



Kind Regards,
Nigel Hertz

SharePoint Administrator & Developer, Information Technology
Stockland, Level 25, 133 Castlereagh Street, Sydney NSW 2000
T: +61 2 9035 2617  M: +61 4 0103 4605
F: +61 2 8988 2617   E:  
nigel.he...@stockland.com.au
www.stockland.com.au
Before printing this email, please consider the environment.


Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
<>___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: MOSS 2007 Picture library sorting

2011-07-13 Thread Nigel Hertz
Hmmm, that isn't working for me: "One or more column references are not 
allowed, because the columns are defined as a data type that is not supported 
in formulas."

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Thursday, 14 July 2011 9:06 AM
To: ozMOSS
Subject: RE: MOSS 2007 Picture library sorting

Create a calculated column that =Modified or = Last_x0020_Modified and then you 
can sort on that.

Same solution applies to Calendars and trying to sort by Start/End Time.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 14 July 2011 9:01 AM
To: ozMOSS
Subject: MOSS 2007 Picture library sorting

Hi all

Is anyone aware of a way to sort a picture library by the "Modified" date? When 
modifying the default view, neither "Modified" or "Created" are options to sort 
on.

Trolling through the archived messages on the list, there are quite a few 
problems with picture libraries that I can see (one of which was raised by me) 
but no actual resolutions.



Kind Regards,
Nigel Hertz

SharePoint Administrator & Developer, Information Technology
Stockland, Level 25, 133 Castlereagh Street, Sydney NSW 2000
T: +61 2 9035 2617  M: +61 4 0103 4605
F: +61 2 8988 2617   E:  
nigel.he...@stockland.com.au
www.stockland.com.au
Before printing this email, please consider the environment.


Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.

_

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: MOSS 2007 Picture library sorting

2011-07-13 Thread Paul Noone
Create a calculated column that =Modified or = Last_x0020_Modified and then you 
can sort on that.

Same solution applies to Calendars and trying to sort by Start/End Time.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Thursday, 14 July 2011 9:01 AM
To: ozMOSS
Subject: MOSS 2007 Picture library sorting

Hi all

Is anyone aware of a way to sort a picture library by the "Modified" date? When 
modifying the default view, neither "Modified" or "Created" are options to sort 
on.

Trolling through the archived messages on the list, there are quite a few 
problems with picture libraries that I can see (one of which was raised by me) 
but no actual resolutions.



Kind Regards,
Nigel Hertz

SharePoint Administrator & Developer, Information Technology
Stockland, Level 25, 133 Castlereagh Street, Sydney NSW 2000
T: +61 2 9035 2617  M: +61 4 0103 4605
F: +61 2 8988 2617   E:  
nigel.he...@stockland.com.au
www.stockland.com.au
Before printing this email, please consider the environment.


Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


MOSS 2007 Picture library sorting

2011-07-13 Thread Nigel Hertz
Hi all

Is anyone aware of a way to sort a picture library by the "Modified" date? When 
modifying the default view, neither "Modified" or "Created" are options to sort 
on.

Trolling through the archived messages on the list, there are quite a few 
problems with picture libraries that I can see (one of which was raised by me) 
but no actual resolutions.



Kind Regards,
Nigel Hertz

SharePoint Administrator & Developer, Information Technology
Stockland, Level 25, 133 Castlereagh Street, Sydney NSW 2000
T: +61 2 9035 2617  M: +61 4 0103 4605
F: +61 2 8988 2617   E:  nigel.he...@stockland.com.au
www.stockland.com.au
Before printing this email, please consider the environment.


_

Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us.  If it has been sent to you by mistake, legal privilege 
is not waived or lost and you are not entitled to use it in any way. Stockland 
and its subsidiaries reserve the right to monitor e-mail communication through 
its networks.
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Problem adding users in Site Collection

2011-07-13 Thread Uzma Naz

Hi Paul, 

I haven't tried deleting olddatabases, I'll check out what that entails - this 
is SharePoint Foundation 2010 so I'm not sure if this applies?

There is only one site collection that is created from one web app. 

Uzma

From: paul.no...@ceosyd.catholic.edu.au
To: ozmoss@ozmoss.com
Date: Wed, 13 Jul 2011 08:30:05 +1000
Subject: RE: Problem adding users in Site Collection



It sounds like the usual 2007 synching issue. Have you tried deleting 
olddatabases and forcing a synch? Is it just the one site collection or all of 
them that are affected? Regards,

Paul --Online Developer/SharePoint Administrator,
ICT Infrastructure Team
CEO Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] 
On Behalf Of Uzma Naz
Sent: Tuesday, 12 July 2011 7:53 PM
To: ozmoss@ozmoss.com
Subject: Problem adding users in Site Collection Hi there, 

I wonder if someone has come across the same issue as I have had over the past 
few days with adding users to a site collection - it's mind boggling so bare 
with me!

I have a hosted server out in the cloud running SharePoint Foundation 2010. 
Users are added to the local user group on the server and they authenticate 
using their credentials once they have been added to the site collection. 

For some reason, I cannot locate newly created accounts in SharePoint via 
people group pick list. 

The only way I could see users in the site collection is by logging in as the 
user which worked fine since I added nt authority\authenticated users to the 
site collection read group. Only then would the user appear in the people/group 
pick list and added them to a "all users" SP group that I created. 

I have not come across this problem before as I've always been able to find 
users once I created a local user account via the server or the http address. 

No settings have been changed recently and not sure what is going on. 

U


___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss   
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss